Quote Originally Posted by Gokulnathvc View Post
It is not connected.
this means that db.open() returns false?
The driver is available?

try with QSqlDatabase::isDriverAvailable
Qt Code:
  1. bool ok = QSqlDatabase::isDriverAvailable ("QMYSQL");
To copy to clipboard, switch view to plain text mode