Richard Klein <richard.kl...@...> writes: > ...snip... > We're confident of our file system, because we've never had > any problems with it. However, we have seen some nasty data > corruption problems with our current database system, which > we hope to eliminate by converting to SQLite. > > - Richard Klein
Sounds like concurrent-update issues ? Try a mutex on writes to the DB ! SQLite just uses a Big Lock ! (ok, ok, not really) MikeW _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

