I'm using sqlite 3.5.4 in windows app, built by MS VC 2005. It is opening the database in up to 21 threads. Some of my users are reporting the error where select query sometimes fails in worker thread with SQLITE_NOMEM. (When they execute command again, it works, it seems like random error). I cannot reproduce this on my machine. The select is returning just 1 row which consist of one short string.
Rarely I receive report that sqlite randomly returned SQLITE_IOERR, especially on notebooks after waking up from sleep mode. Do you have idea what could be wrong? Thank you. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users