Jaco Breitenbach <jjbreitenb...@gmail.com> wrote:
> Is there an easy way to permanently disable the default AutoCommit using the
> C API?  The nature of my application is such that I don't know exactly where
> a new transaction begins.  Records are inserted into the database, and at
> the end an explicit COMMIT is requested.

Can't you just exectue an explicit BEGIN at the start, just as you exectue 
COMMIT at the end?
-- 
Igor Tandetnik

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

Reply via email to