Re: [sqlite] Permanently disabling AutoCommit

2011-03-24 Thread Edzard Pasma
Op 24-mrt-2011, om 13:28 heeft Igor Tandetnik het volgende geschreven: > Jaco Breitenbach 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.

Re: [sqlite] Permanently disabling AutoCommit

2011-03-24 Thread Igor Tandetnik
Jaco Breitenbach 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 requeste

[sqlite] Permanently disabling AutoCommit

2011-03-24 Thread Jaco Breitenbach
Dear Experts, 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. It seems that