It looks as if you are not syncing correctly.  Do you check for 
SQLITE_BUSY?  If you are using transactions are you certain that you COMMIT?

Are you using mutexes for synchronization or using the Sqlite BUSY checks?

Tore Austraatt wrote:
> Thanks, but I'm afraid this don't add up. 
> I have tested this in numerous examples. Concurrent INSERT's
> disappears into thin air, they leave no trace what so ever. 
> It seems very strange if some of you haven't experienced simular
> problems...?
> 
> John, PRAGMA sync = whatever does not remedy this either.
> Ken, locks are handled without any problem at all...
>  
> Tore.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to