Hi,
I am using sqlite 2.8.5 and I'd like to know if I can have a proces that reads(select) while a proces is writing (insert or update) in the same db.


I have read FAQ number 7  but it doesn't help me.
Thank you very much.

Bye Max

*


FAQ 7
**Can multiple applications or multiple instances of the same application access a single database file at the same time?*


   Multiple processes can have the same database open at the same time.
   Multiple processes can be doing a SELECT at the same time. But only
   one process can be making changes to the database at once.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to