Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Scott Robison
You're in the right place, it just wasn't obvious to Simon (or me) from the previously sent data that it was a C#/.NET question vs a C API question. On Thu, Oct 30, 2014 at 11:46 AM, Mike McWhinney wrote: > I thought the SQLite mailing list included traffic that discussed

Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Joe Mistachkin
Mike McWhinney > > I thought the SQLite mailing list included traffic that discussed System.Data.SQLite > Yes, it does. This mailing list *IS* the appropriate place to for discussion of System.Data.SQLite. -- Joe Mistachkin ___ sqlite-users mailing

Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Mike McWhinney
I thought the SQLite mailing list included traffic that discussed System.Data.SQLite I am not sure if there are any forums specifically for the ADO .NET provider and support. I will google to see if I can find the proper reference. Mike On Thursday, October 30, 2014 12:00 PM, Simon Slavin

Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Joe Mistachkin
Mike McWhinney wrote: > > I have continued to receive the locking erros. The latest connection string > I have as follows: > > public static string OMconnectionString = "URI=file:oslermedicine.db; busy > timeout=1; Pooling=True; Max Pool Size=100;"; > In the connection string, please use

Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Simon Slavin
On 30 Oct 2014, at 4:13pm, Mike McWhinney wrote: > I have continued to receive the locking erros. The latest connection string I > have as follows: > > public static string OMconnectionString = "URI=file:oslermedicine.db; busy > timeout=1; Pooling=True; Max Pool

[sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Mike McWhinney
I have continued to receive the locking erros. The latest connection string I have as follows: public static string OMconnectionString = "URI=file:oslermedicine.db; busy timeout=1; Pooling=True; Max Pool Size=100;"; Are there any other parameters that will increase the timeout when