Yes, transaction are designed to work with multiple statements.

Begin
Statement 1
Statement 2
...
Statement N
Commit

On 5/17/2011 7:58 AM, StyveA wrote:
> Hello again,
>
> I've got an other question about prepare :
>
> Is it possible to make a BEGIN transaction, then prepare many statements
> (insert, update, delete) and then COMMIT all at once in the right order?
> Or should I each time make a BEGIN, prepare, COMMIT?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to