[Qt-interest] Application mysql load driver error in windows exec
Markus
madmax1701 at googlemail.com
Tue May 4 19:09:31 CEST 2010
> the app can't load mysql driver and i have
> mysql.lastError() == "Driver not loaded".
>
> Any clue? thanks
Take a look in Qt docs:
http://doc.qt.nokia.com/4.6/deployment-windows.html#qt-plugins
You have to create a subdirectory "sqldrivers" in the directory where
your application runs and put your sql-driver-plugin in this subdir.
More information about the Qt-interest-old
mailing list