将数据从 SQLite 文件传输到另一个文件
如何将数据从一个 SQLite 文件传输到另一个?
请提出任何建议,我想将数据传输或从一个文件读取到另一个文件。
How to transfer data from one SQLite file to another?
Any suggestions please , I want to transfer the data or read from one file to another.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从第一个文件中读取数据,并将其写入第二个文件中。
Read the data from the first file, write it to the second.
这是一个教程< /a> 关于使用 Cocoa-Touch 和 SQLite3。
尝试使用它来创建一些尝试读取然后写入数据库的代码。
如果这不起作用 - 请回来并使用一些我们可以修复的特定代码提出问题。
Here's a tutorial about using Cocoa-Touch and SQLite3.
Try and use it to create some code that tries to read and then write the database.
If this doesn't work - come back and ask a question with some specific code that we can fix.