Transfer data from SQLite file to another
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.
Read the data from the first file, write it to the second.
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.
精彩评论