Colin

Yes transactions are initiate by "Begin" and end with a "commit"

Can you provide a more code example. As its not clear to me at what point 
your getting the error.

The default behavoir of a Begin transaction does not immediately lock the 
database for write. Take a look at "BEGIN IMMEDIATE" as it will attempt to lock 
at that point. The "begin" does not lock until 1. a cache spill to disk or 2 a 
commit.

Colin Darcey <[EMAIL PROTECTED]> wrote: Ken,

I am not sure how to use this facility, looks like one responds by 
sending another email.


When you write "use transactions", do you mean "BEGIN TRANSACTION" / 
"COMMIT TRANSACTION".
I am using these SQL commands to achieve transaction control. The first 
write is accepted, but the second one received the error each time I test.

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

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

Reply via email to