On Jul 11, 12:28 am, Joe Wilson <[EMAIL PROTECTED]> wrote: > Even with the Apple patch, make sure that Windows does not access the > remote database concurrently to avoid database corruption.
My normal use scenario is 99.9% single user, exclusive usage of the database as an application's local save file. That said, it does not defend against the possibility of that scenario from happening. Do you think setting the SQLite locking_mode EXCLUSIVE pragma, right after attaching to the database would be sufficient to prevent this corruption? --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
