Re: [sqlite] Random locking errors using Sqlite.NET

2014-11-04 Thread Mike King
Are you accessing data off the share as well? The Sqlite website is quite categoric that this is not a recommended mode of operation. Also given the database locks when a record is written it is entirely possible one user is locking the table. Cheers, Mike On Tuesday, 4 November 2014, Mike

Re: [sqlite] Random locking errors using Sqlite.NET

2014-11-04 Thread Simon Slavin
On 4 Nov 2014, at 5:45pm, Mike McWhinney wrote: > I am getting random locking errors during the execution of my program. The > program resides on a network and each client has a mapped share > with full read/write access to the folder as well as the .db file used by >

[sqlite] Random locking errors using Sqlite.NET

2014-11-04 Thread Mike McWhinney
Hello, I continue to have random errors on SQLite.NET (ADO provider). I have the version 3.8.6 (System.Data.SQLite.dll with version 1.0.94.0). I am getting random locking errors during the execution of my program. The program resides on a network and each client has a mapped share with full