Hello,
my setup:
4.1.3 open source on windows xp
i built qt using:
configure -debug-and-release -qt-sql-sqlite -qt-sql-odbc -qt-sql-mysql
-I C:\MySQL\include -L C:\MySQL\lib\opt -l mysql
i can not connect to ms sql via odbc.
i am using a system dsn:
db.setDatabaseName("ODBC;DSN=myDSN;UID=myName;PWD=myPW;WSID=myServer;DATABASE=myDB");
With other programs on the same machine the dsn works fine.
Connecting to mysql(using QMYSQL not odbc) also works fine.
What could be wrong with my qt/odbc setup?
Wolfgang
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|