greensparker schrieb: > i want the trigger's raise error in QT call. Try this in Qt:
QString msg;
QVariant v = QSqlDatabase::database().driver()->handle();
sqlite3 *handle = *static_cast<sqlite3 **>(v.data());
if (handle != 0)
msg =sqlite3_errmsg(handle);
Jan
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

