I was wondering if anyone could help point me in the right direction.
I am trying developing an application that uses an external sqlite database file.
I am able to create tables and populate them within my application, but I am finding it rather hard to find any documentation on how to use an existing sqlite file as the database to open/add/modify.
If I have an external sqlite3 database file that I created at the command line, and would like my app to use it.
It may be as easy as including the file? Or a little more to the setDatabaseName() line ??
if I need to add the file, I am not sure how to do that ( QFile, ????).
Thanks in advance...
goes2Bob
Bookmarks