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