Normal
Hi,Just saw this thread and since I have been playing with SQLite I thought I would add what I have found.If the switch was to System.Data.SQLite (http://sqlite.phxsoftware.com)When handled properly threading is not a problem.The only restriction is a reader cannot read while the database is beingwritten to and the reverse (It has built-in retries).Renamed it is a drop-in replacement for the standard sqlite dll file.And it has other enhancements when programming with .Net such asparameterized queries that can greatly increase speed.Just my 2 cents patrick
Hi,
Just saw this thread and since I have been playing with SQLite I thought I would add what I have found.
If the switch was to System.Data.SQLite (http://sqlite.phxsoftware.com)
When handled properly threading is not a problem.
The only restriction is a reader cannot read while the database is being
written to and the reverse (It has built-in retries).
Renamed it is a drop-in replacement for the standard sqlite dll file.
And it has other enhancements when programming with .Net such as
parameterized queries that can greatly increase speed.
Just my 2 cents
patrick