There ought to be a definitive list of what errors can occur
after sqlite3_step, and which (if any) are recoverable.

In the case in point, I sqlite_prepare_v2 returns sqlite_ok,
and the initial call to sqlite_step returns sqlite_cantopen

This doesn't make any sense to me, and certainly isn't mentioned
as a possibility in the C api.   I seems to be fatal though.
This error is associated with a lock contention scenario.

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

Reply via email to