Hi,
I’m trying to create an sqlite database that will live on the file system so I can get it across sessions, but I can’t figure out how.
Doing something like:
local db = sqlite3.open(‘httt.sqlite3’);
works fine in the emulator but doesn’t work on the device (tested on iPod Touch). I tried using stuff like createpath but those didn’t seem to work. The documentation only shows how to open/create an in memory database.
Any insight is appreciated.
Regards,
~David [import]uid: 6678 topic_id: 1274 reply_id: 301274[/import]