Yaa You are right; I solved the problem by using some of synchronization objects for thread access. Thanks for giving me direction.
-----Original Message----- From: Will Leshner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 7:07 PM To: [email protected] Subject: Re: [sqlite] Error : Library routine called out of sequence On Jun 28, 2005, at 5:08 AM, Ajay wrote: > I am trying to insert values into table and executing that query from > thread. There are 2 more threads that accesses same table. > Do all the threads use the same sqlite handle? I believe that can cause problems.

