Hi,
I am having real issues with using sqlite and storing it in the documents location. If I go to $TMPDIR/gideros/appname/documents the file is there.
when I use db = sqlite3.open("|D|8Words.sqlite3") it comes back nil
How can I check that the |D| conversion is actually correct or not.
Comments
Thanks everyone!