I am currently using Sqlite version 2.8.13. We have one thread that constantly inserts data to sqlite tables. I have a UI application that reads data from the same database, I sometimes get an error from the UI app: "Attempted to read or write protected memory. This is often indication that other memory is corrupt." When I try to do select from the sqlite command prompt, I got the SQL error: database is locked. Please advice on what I can do to eliminate the read lock access problem. Thank you for your help.
Trien _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

