Again thanks Igor for detail information about autocommit for the sqlite 
database connection.
Thanks,
JP




________________________________
From: Igor Tandetnik <itandet...@mvps.org>
To: sqlite-users@sqlite.org
Sent: Thursday, April 30, 2009 10:24:16 AM
Subject: Re: [sqlite] Transaction control At the SQL Level

Joanne Pham <joannekp...@yahoo.com> wrote:
> Just want to make sure that I am fully understand about the single
> database connection with multiple database statement handle here.
> For example I have one database connection and 2 database statement
> handle using the same connection. Using the first database statement
> handle I use to select the data from database but not yet
> sqlite3_reset nor sqlite3_finalize. The second database statement
> handle I use to delete the data from database and use sqlite3_reset
> or sqlite3_finalize for the second database handle statement. So
> "delete" statement of the second database statement handle doesn't
> commit to the database until the first database statement handle
> sqlite3_reset or sqlite3_finalize right.

Correct.

Igor Tandetnik



_______________________________________________
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