On 22/06/2012 12:02 AM, Black, Michael (IS) wrote:

Are you multi-threaded?

It sounds like the database is being changed during your run...how is that being done? Inside your program?

Are any deletes being done?



Yes, the application is multi-threaded, but at this point, there's only one thread left running (related to this issue) which is reading the database. Nothing is writing into the DB at this point and the behavior is still there after restarting the program, so all inserts/deletes were already done in the previous session for sure.

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

Reply via email to