Rick Pritchett <[EMAIL PROTECTED]> wrote:
> So how does it handle the transactions?  Is it just however it
> retrieves them

What do you mean, "retrieves them"? Retrieves from where?

> or just which notices that the DB is available? And
> how does sql return the state its in to the proc?

When you call sqlite3_step, and the database is locked by another 
connection, the call returns SQLITE_BUSY error.

Igor Tandetnik



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

Reply via email to