On 8/22/06, Dr Gerard Hammond <[EMAIL PROTECTED]> wrote:
Hi,
How can I stop multiple simultaneous users accessing a SQLite database?
use locking to obtain an exclusive lock
Is there a SQLite function that tells me how many people/applications
have the database open?
No, you want to ask the operating system how many processes/threads
have the database file open.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------