¡@

Home 

c++ Programming Glossary: sqldrivers

QSQLITE driver not loaded - where to put qt database driver plugins

http://stackoverflow.com/questions/5151279/qsqlite-driver-not-loaded-where-to-put-qt-database-driver-plugins

str str.append . a.setLibraryPaths str a.addLibraryPath . sqldrivers a.addLibraryPath . qDebug my library path a.libraryPaths QLibrary.. this question The drivers need to be placed under sqldrivers not in the same directory as the executable they are loaded.. they are loaded on runtime and Qt looks for them in sqldrivers . A typical structure of one of our installed applications is..

Qt - How to get|compile Mysql driver

http://stackoverflow.com/questions/6483523/qt-how-to-getcompile-mysql-driver

prompt 2 Goto Qt's installation path qt src plugins sqldrivers mysql in my case D TempInstallationFolder Qt dynamic New qt.. D TempInstallationFolder Qt dynamic New qt src plugins sqldrivers mysql 3 qmake 4 make or mingw32 make provided your PATH variable.. You can find the dlls in Qt installation path qt plugins sqldrivers c mysql windows database qt share improve this question ..