Sometimes when I do a sqlite3_exec with the sql "Commit;" I get a SQLITE_ERROR returned and the error text is "cannot commit transaction - SQL statements in progress"
If I wait for a few seconds and try the sqlite3_exec again, the works correctly. (testing in the debugger) Is there anyway to test for this condition so I handle it properly? Gene Allen _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users