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…
Just rename the file. SQLite doesn’t care about file extensions. You could call it “mydatabase.froggy” if you want.
Update: Reading more closely, I see you’ve tried renaming it. That should work, as I mentioned above. What kind of error are you seeing?