How do I create a sqlite 3 (.sl3) database file?

Posted by BC on Stack Overflow See other posts from Stack Overflow or by BC
Published on 2010-03-20T18:54:44Z Indexed on 2010/03/20 19:01 UTC
Read the original article Hit count: 96

Filed under:
|
|

I have a *.sqlite file... but I need the database in *.sl3 format? What software/tool can I us to create that?

What are the steps?

This is to be used in an iPhone app. Original developer used an .sl3 file, now that I have updated the DB - I can't seem to export/generate a .sl3 file

I have tried just changing the extension - all the way to inserting the *.sqlite file in XCode and pointing the app delegates to the new DB file format... doesn't work.

Thanks in advance...

© Stack Overflow or respective owner

Related posts about sqlite3

Related posts about iphone