Re: [sqlite] Using transactions gives SQLITE_ERROR

2008-08-05 Thread Ken
MAIL PROTECTED]> Subject: [sqlite] Using transactions gives SQLITE_ERROR To: sqlite-users@sqlite.org Date: Tuesday, August 5, 2008, 2:12 PM hi, I am currently using sqlite version 3.5.9 on WinCE 5.0. As per the posts in the forums I do understand that when a cursor is open on a connection we

[sqlite] Using transactions gives SQLITE_ERROR

2008-08-05 Thread Yatin Salian
hi, I am currently using sqlite version 3.5.9 on WinCE 5.0. As per the posts in the forums I do understand that when a cursor is open on a connection we cannot update the database using transactions on the same thread. open cursor... begin transaction; update statements commit transaction. f