Hi, guys. I have some questions about multithreading in SQLite:
a) If one thread "BEGIN" and after that another thread try to "BEGIN". What will with the second thread? How I understand there is nothing wrong. Is it right?
b) The same one only when second thread "BEGIN" after first thread "BEGIN" and "INSERT" but before "COMMIT"? Here, how I understand, second thread will get "SQLITE_BUSY" and have nothing to read?!?!
P.S. First thread is a writer and a reader and the second one is a reader only.
-- Regards, Igor Mironchick, Intervale © #ICQ 492-597-570 ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------