Hi all,
I knew that SQLite doesn't allow concurrency for both read and write at the 
same time.
My application is written in C++ so Is there any way that we can check if there 
is any connection to the database so the second connection needs to wait. For 
example my application write to the database and other application is reading 
data from database so both read and write need to check if there is any 
connection to the database before making the connection to the database. 
Have you had any experience about this concurrency.?
Thanks,
JP

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to