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

2009-03-17 Thread Marcus Grimm
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.

hope this helps

Marcus

Dennis Volodomanov wrote:
>> Are you at least reseting the statement?  I hit this once before, and
>> reseting the statement fixed the issue for me.
> 
> I tried that, but unfortunately it doesn't help.
> 
> Thanks,
> 
>Dennis
> 
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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

2009-03-17 Thread Dennis Volodomanov
> Are you at least reseting the statement?  I hit this once before, and
> reseting the statement fixed the issue for me.

I tried that, but unfortunately it doesn't help.

Thanks,

   Dennis

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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

2009-03-16 Thread Dennis Volodomanov
> Are you at least reseting the statement?  I hit this once before, and
> reseting the statement fixed the issue for me.

No... I'll try that, thanks!

   Dennis


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users