Try to look after query.exec() what happened :Qt Code:
qDebug() << QSqlDatabase::database().lastError() << endl << query.executedQuery() << endl << query.lastError();To copy to clipboard, switch view to plain text mode
Try to look after query.exec() what happened :Qt Code:
qDebug() << QSqlDatabase::database().lastError() << endl << query.executedQuery() << endl << query.lastError();To copy to clipboard, switch view to plain text mode
Bookmarks