On Nov 12, 2008, at 3:24 PM, Gene Allen wrote:

> 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?


The situation you describe does not occur in SQLite version 3.6.5.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to