[sqlite] Re: commit and rollback

2007-11-28 Thread Igor Tandetnik
arbalest06 <[EMAIL PROTECTED]> wrote: so there is really no way that multiple processes can write into the database?.. Correct. but multiple processes can read at the same time right?.. Right. Igor Tandetnik - To

[sqlite] Re: commit and rollback

2007-11-28 Thread Igor Tandetnik
arbalest06 <[EMAIL PROTECTED]> wrote: q#1: is it possible that multiple users can write into the database at the same time? No. q#2: if users A, B, C are writing to the database at the same time, They can't. q#3: if users A, B, C are writing to the database at the same time, They can't.

[sqlite] Re: commit and rollback

2007-11-14 Thread Igor Tandetnik
d_maniger06 wrote: i have a list of records that i want to insert in my database..if ever an error occurred ( e.g. insert was not successful ), i want to undo all the previous inserts that i have done..to do this, i have read that i would need to use sqlite3_commit_hook and sqlite3_rollback_hook