Re: [sqlite] Getting SQLITE_BUSY within a transaction andhow tohandle it

2009-03-18 Thread Marcus Grimm
Dennis, I'm wondering on which statement your first thread returns busy as well. both are waiting to get a transaction acquired? Or is the first thread waiting for the commit? Maybe you can post some code or a little extraction of what you are doing? When I started with sqlite and threads I can

Re: [sqlite] Getting SQLITE_BUSY within a transaction andhow tohandle it

2009-03-17 Thread Dennis Volodomanov
> You may also try this: > > http://www.sqlite.org/cvstrac/wiki?p=SampleCode > > I did use exclusive transactions there but you may change > accordingly and try to fit better in your scenario. > > If that still doesn't do the job you may post the results here again. Thank you, I've picked up