Does anyone have any sample code on doing transactions in sqllite, and know of a website where
I can read up oh how transactions work?
Thanks
Steve


D. Richard Hipp wrote:

On Thu, 2005-05-12 at 15:19 -0400, Luc Vandal wrote:


are transactions only useful
for when we're writting or updating the database?



Transactions are also useful when you do
multiple SELECTs and you want to be sure
that no other process changes the database
in the between two of your SELECTs.





Reply via email to