gt; users-bounces at mailinglists.sqlite.org] On Behalf Of Hick Gunter
> Sent: Wednesday, March 04, 2015 8:45 AM
> To: 'General Discussion of SQLite Database'
> Subject: Re: [sqlite] SQLite error(5): database is locked in
> System.Data.SQLite
>
> Only one writer may b
On 4 Mar 2015, at 1:45pm, Hick Gunter wrote:
> Only one writer may be active at any one time. The other(s) will recieve an
> error return status. You can either wait a while and retry this in your
> application or set a busy timeout to handle the "usual" cases for you.
Agreed. The default ti
t.savaliya at matrixcomsec.com]
Gesendet: Mittwoch, 04. M?rz 2015 07:46
An: sqlite-users at mailinglists.sqlite.org
Betreff: [sqlite] SQLite error(5): database is locked in System.Data.SQLite
Hi all,
I am using System.Data.SQLite in my project.
I have two threads which are updating database simu
Hi all,
I am using System.Data.SQLite in my project.
I have two threads which are updating database simultaneously.
I get SQLite error(5): database is locked, System.Data.SQLite error.
Why is it so!. What could be the reason? Does System.Data.SQLite is not
thread safe?
Please help me out.
--
Re
4 matches
Mail list logo