Roberts, Barry (FINTL) wrote: > The application is multi-threaded > > the system sometimes locks up, or marks one or more of the db3 as malformed.
Sounds like a threading problem. You should not have more than one thread accessing the same connection concurrently. > Using (connection) > Open connection What is the relationship between threads and databases? Are you really re-opening the connection for every transfer? Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users