Re: [sqlite] SQL statements in progress error message

2006-04-20 Thread Bill KING
Nicholas Bastin wrote: > When trying to commit a transaction, I'm getting the following error > message from sqlite3_exec(): > > "cannot commit transaction - SQL statements in progress" > > Is there any way to find out what statements are in progress? Also, > what could cause this? I can guarante

[sqlite] SQL statements in progress error message

2006-04-20 Thread Nicholas Bastin
When trying to commit a transaction, I'm getting the following error message from sqlite3_exec(): "cannot commit transaction - SQL statements in progress" Is there any way to find out what statements are in progress? Also, what could cause this? I can guarantee that sqlite3_step has returned SQ