PDA

View Full Version : what is the driver type for an access database?



mismael85
29th February 2008, 09:46
hello,
i sow in the Qt documentation to add MySql database write:
QSqlDatabase::addDatabase("QMYSQL");
and i want to konw what is the driver type that should be writen instead of
"QMYSQL" to open an access database.
thank you

wysota
29th February 2008, 10:04
QODBC as far as I remember. It's all in the docs, by the way.