I use the VS2005 and QT4.3.0,
and i an sure that the file "qsqlodbc4.dl" is in the path "C:\Qt\4.3.0\plugins\sqldrivers"
and the project is easy:
it can pass the linking , but when it run ,the qdebug show that "QODBC driver not loaded" and "available drivers : (nothing here)"Qt Code:
#include <qtsql> int main(int argc, char *argv[]) { return 0; }To copy to clipboard, switch view to plain text mode
i don't why this happy!
someone can help me?
Bookmarks