Hi! I'm using SQLite 3.6.3 with C++ and Qt.
My problem is that when a use a select statement in a transaction containing insert statements, I get an error: "cannot commit transaction - SQL statements in progress - Unable to fetch row". The transaction seems to work if I remove the 'select' statement. Any help will be greatly appreciated. Thanks! _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

