On 12/10/11 07:43, d...@forestfield.co.uk wrote:
> I have discovered that here the database is installed on a Windows
> server with DFS (Distributed File System) which from a quick read of
> Wikipedia implies there could be several copies of the database (which
> appears to the OS as a single file) which are somehow magically kept in
> sync.
If you are using DFS then you are using a networked file system. There is
no known networked file system that always works correctly with SQLite.
The usual symptom is a corrupted database.
The underlying cause is that the various network file systems out there
all have minor bugs or various places where their consistency and locking
is a little relaxed. This proves deadly when using SQLite.
Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6Vqv8ACgkQmOOfHg372QTqDQCcCYPu2KGJlFJzqc1jeCtWHhWO
Zy0AoKfodq+Ucd/QzYfn14JE7JErfg7u
=49OV
-----END PGP SIGNATURE-----