On Tue, May 11, 2004 at 10:13:12PM +0200, Bronislav Klu?ka wrote: > I've created application using SQLite as database (Windows application). The > database is on remote server and application is accesing the database > through file system (e.g. user connect server as P:\ disc and uses the path > p:\databases\database.sdb). More users are accessing the database on the > same time. But database became corrupted nad PRAGMA integrity_check returns > some mistakes (pasted below).
Hi, Take a look at this page: http://www.dataaccess.com/whitepapers/opportunlockingreadcaching.html It talks about disabling 'read caching' on clients and 'opportunistic locking' on servers in the context of another shared-file database product. If you do try the suggestions, please share your findings with the list. Cheers. -- Ng Pheng Siong <[EMAIL PROTECTED]> http://firewall.rulemaker.net -+- Firewall Change Management & Version Control http://sandbox.rulemaker.net/ngps -+- ZServerSSL/Zope Windows Installers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]