SQLite Forum

PROBLEM WITH TRANSACTION
Login
That is 11 query's, not 1.

Do you complete each query before beginning the next?

That is, after preparing each of the 11 queries do you ensure that you (1) step until SQLITE_DONE is returned and (2) reset / finalize the statement?

Are you checking the return code from EVERY API call?