Re: [sqlite] URGENT : library routine called out of sequence

2005-01-09 Thread Ulrik Petersen
Hi Sumit, Sumit Nagpal wrote: I was searching the web for links related to my problem . I came across one thread "Sqlite Thread safety" SQLite requires one connection per thread for threadsafe operation. If two or more threads share an SQLite connection, the program might get the error

[sqlite] URGENT : library routine called out of sequence

2005-01-09 Thread Sumit Nagpal
Hi, My application has one main thread and other thread which is writing into SQLite Database. I have opened the db at both locations(read only in main thread) without errors. But, When I try to access DB thru main thread, it says "library routine called out of sequence" for all calls to