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. -- D. Richard Hipp <[EMAIL PROTECTED]>

