[sqlite] how to turn off autocommit in C interface?

2011-01-27 Thread Bella Chan

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


Re: [sqlite] how to turn off autocommit in C interface?

2011-01-26 Thread Igor Tandetnik
On 1/26/2011 6:53 PM, Bella Chan wrote:
>how to turn off autocommit in C interface?

Execute a "BEGIN" or "BEGIN TRANSACTION" statement.
-- 
Igor Tandetnik

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


Re: [sqlite] how to turn off autocommit in C interface?

2011-01-26 Thread Bella Chan
Please don't worry about this one.  I figured there is no C function to turn it 
off by just execute a "BEGIN" sql command before other commands and a "COMMIT" 
at the end to achieve this.

-Original Message-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Bella Chan
Sent: Wednesday, January 26, 2011 3:54 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] how to turn off autocommit in C interface?


___
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


[sqlite] how to turn off autocommit in C interface?

2011-01-26 Thread Bella Chan

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