Hi all! When I try to do UPDATE of a record i get: SQL logic error or missing database (error code 1)? The database is not missing or corrupted because I can UPDATE stuff in it with sqlite3 and I can INSERT into, SELECT from it and also DELETE. My application uses two threads. The first thread does INSERT,UPDATE,DELETE and SELECT in to the db and the other thread only does SELECT. To speed up things I use precompiled query's. They are created at application startup and they last throughout the whole running time of the application. I have read and followed the instructions (http://www.sqlite.org/cvstrac/wiki?p=MultiThreading) on how to build multi threaded applications.
Regards Simon ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------