Thanks!

----- Original Message ----- From: "Joe Mistachkin" <[email protected]>
To: "'General Discussion of SQLite Database'" <[email protected]>
Sent: Sunday, February 12, 2012 1:40 PM
Subject: Re: [sqlite] Commit method not available



Kyle Cashion wrote:

What am I missing?


You'll want to capture the return value of the
SQLiteConnection.BeginTransaction
method (which is the actual transaction) and then use the Commit and/or
Rollback
methods of that [SQLiteTransaction] object.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to