I’m using SQLite for my data store and I have a sqlite3 file ready to use. I’m wondering whereabouts I need to put it in order for Corona to see it. I’m aware that it should go into the Documents Directory, but how do I achieve that? Do I copy the file from Resources into Documents when the app starts? Or can I put it in a sub-folder of my project’s folder and that will work?
Am I better off just creating the DB in Documents on start-up and creating all my tables from scratch using SQL code? [import]uid: 26769 topic_id: 7410 reply_id: 307410[/import]
[import]uid: 26769 topic_id: 7410 reply_id: 26245[/import]