Ken,
sorry, it didn't make a difference, including _LOCKED in my test.
None of the dropped records are involved in lock situations.

an example...
_exec("BEGIN IMMEDIATE..."....
sqlite3_mprintf("INSERT OR IGNORE INTO ..."...
_prepare
if _OK
_step
if _DONE
 _exec("COMMIT"...
else if _BUSY || LOCKED
   _exec ("ROLLBACK"...

Thanks !
Tore.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to