datbase support
Hi all,
I'm a novice to qt, a few days ago, I compiled qt4 on Windows XP, and successfully installed it. But at that time I didn't aware that, in default qt does not support database, and now when I connect to SQL Server 2000, the program encounters this problem : QSqlDatabase: QODBC driver not loaded. And I then use the following statement:
qDebug()<<QSqlDatabase::drivers();
to check what drivers does qt support, the program only prints "("QSQLITE")".
So, what can I do to make Qt supports SQL Server and other DBMS without recompile the source code?
This post has been edited 1 times, last edit by "heidonglgc" (Feb 29th 2008, 7:23am)