Pierre8r <[EMAIL PROTECTED]> wrote:
One SQLite database on my PC.
Two softwares.
May one software write to the SQLite database while a other read the
same SQLite database  ?

Not at the exact same time. The database file is essentially protected by multiple-readers-single-writer lock. But the two can take turns.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to