Connect to Sqlite database in Mac OSX
Posted: Thu 25 Jun 2015 19:51
I'm deploying 2 sqlite files in the Contents folder of my app. How do I reference the file to open a TConnection?
I tried:
Contents\myfile.sqlite
\Contents\myfile.sqlite
/Contents/myfile.sqlite
Contents/myfile.sqlite
none works.
I tried:
Contents\myfile.sqlite
\Contents\myfile.sqlite
/Contents/myfile.sqlite
Contents/myfile.sqlite
none works.