I think there is a locking problem that leads to corrupt databases
under quite reproducable conditions.  The conditions are:

database resident on a mac file sustem
mounted as a drive letter on a pc
the "main" database is open and shared by sqlite running on both computers.
the "auxiliary" database is attached and updated simultaneously from both 
computers>

Under these circumstances, both applications typically get 
"error 11, disk image is corrupted" errors while attempting 
to update the auxiliary database.

Note that the main database, which is updated periodically, doesn't have
a corruption problem, and that this is only a problem with databases resident
on a mac.  The same scenario, with databases resident on the PC disk, works
fine.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to