Problem with Qt SDK 1.1 and SQL drivers
I installed Qt SDK 1.1 and I noticed that (in Desktop version on Windows) there are only SQLite drivers available by default. How is this possible? And how can I get ODBC driver too?
11 replies
And how can I get ODBC driver too?
Get the source [get.qt.nokia.com] and you can compile the driver yourself.
Path: C:\QtSDK\Desktop\Qt\4.7.3\mingw\plugins\sqldrivers
(desktop)
I have following files in that path:
libqsqlite4.a
libqsqlited4.a
qsqlite4.dll
qsqlited4.dll
I also get message that available drivers are only 1: sqlite
It seems very strange to me too, this is fresh install of Qt SDK. I chose Custom install when installing but I have not change nothing significant.
Hmmm… you are right. They are not there anymore. I did not notice, because I do compile my own drivers anyway (one of them based on the Qt ODBC driver). That is quite strange. Why would the ODBC drivers not be distributed with the SDK anymore?
Edit:
Note that I have no issues compiling my own driver, which includes all Qt ODBC driver code. No missing headers or anything like that.
You must log in to post a reply. Not a member yet? Register here!



