"Dara Durum" <[EMAIL PROTECTED]> wrote: > > The transactions are very good things, but does not protect the database > from injuring.
Yes they do. Transactions in SQLite are Atomic, Consistent, Isolated, and Durable - even if a power failure occurs in the middle of the transaction. -- D. Richard Hipp <[EMAIL PROTECTED]>