[Solved] Qt SQLite after setup
-
wrote on 10 Sept 2014, 13:27 last edited by
Hi Folks,
I have a project, which uses QSQLite. From the source, I generate a setup included with the "Qt5Sql.dll" file ( I guess, it needs for handling SQLite databases ).
When a customer install the application, it is unable to create tables in the databse file.
I checked the access rights to the file ( it is correct), I tried to create tables manualy (it works)... i don't have any idea.
Did I forgot to include a .dll to the setup? Can anybody help me? It's a quite important for me...Regards,
Norbert -
Hi,
You are missing the sql relate plugins that can be found in plugins/sqldrivers
-
wrote on 11 Sept 2014, 06:33 last edited by
Hi,
I put the qsqlite.dll into the setup, it appears on the client's machine, but the result is same. Do you have any other idea?
OFF: what is the difference between the qsqlite.dll and qsqlited.dll dlls?
Regards,
Norbert -
Did you put it the correct folder ?
Have a look at this fine wiki "entry":http://qt-project.org/wiki/Deploy_an_Application_on_Windows to see how it should be done.
the d version is for debug
-
wrote on 11 Sept 2014, 10:29 last edited by
Hi,
thanks a lot: I just put the qsqlite.dll next to any other dll's insted aof the "sqldrivers" folder. Thank you!
Regards,
Norbert
3/5