In window XP, I failed to open a database file comes from Android phone.
Page |
2 |
Hi, Volker: Although I followed what you showed to me, I failed to generate a QtSql4.dll. I could get libqsqlite4.a, qsqlite4.dll, and something else. However, I can still NOT make a sql query successfully.
Could you give me more details for how to build a new sql driver and install it? Thanks a lot. BR, PicoIt could be, that your application grabs an old version of the plugin. Make sure, that
QCoreApplication::addLibraryPath() [doc.qt.nokia.com]
You can check the version of the used SQLite with
- select sqlite_version();
Issue this in your program and check that you actually use the newly built plugin, not the old one.
You must log in to post a reply. Not a member yet? Register here!


