[Solved]: QSqlError(-1, "", "") with SQLITE
General and Desktop
2
Posts
2
Posters
6.8k
Views
1
Watching
-
Hi,
any idea what could be wrong?
@ db = QSqlDatabase::addDatabase("QSQLITE");
qDebug() << db.lastError();@-> QSqlError(-1, "", "")
The code is from my Symbian^3 App with SDK 1.1 (QT 4.7.2)
I have added this in my .pro file:
QT += sql
QTPLUGIN += qsqlitethx
EDIT: QSqlError(-1, "", "") seems to be the error code if there is no error :)
I had an error in some SQL statement later in the code. Now it works fine.