Hi All,
I have updated my SQLite Wrapper for .NET .  It is now version 1.1.0
 
In this update I coded in a loop around the execute statement to handle
SQlite_busy situation.  After reading the wiki page
http://www.sqlite.org/cvstrac/wiki?p=MultiThreading I followed the example.
This should make it handle multiple threads updating the same DB.  
By default it is set to 10 ms delay and 3 retries but you can pass your
requirements by the execute method (which there are 4 now)
 
The update can be downloaded from my web site
http://www.ag-software.com/SQLite/default.asp
 
Any feed back welcome
 
Kind regards
Greg O

Reply via email to