Re: [sqlite] [EXTERNAL] "Database is locked" in diagnostic tools C#

2018-02-16 Thread Hick Gunter
...@mailinglists.sqlite.org] Im Auftrag von Wojciech Slabik (Voitec) Gesendet: Freitag, 16. Februar 2018 10:43 An: SQLite mailing list Betreff: Re: [sqlite] [EXTERNAL] "Database is locked" in diagnostic tools C# Thank you for your answer. I am currently using connection time poo

Re: [sqlite] [EXTERNAL] "Database is locked" in diagnostic tools C#

2018-02-16 Thread Wojciech Slabik (Voitec)
sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Hick Gunter Sent: Friday, 16 February 2018 5:36 PM To: 'SQLite mailing list' Subject: Re: [sqlite] [EXTERNAL] "Database is locked" in diagnostic tools C# The "database is locked" messa

Re: [sqlite] [EXTERNAL] "Database is locked" in diagnostic tools C#

2018-02-16 Thread Hick Gunter
The "database is locked" message means that the transaction was unable to complete within the designated busy timeout and was therefore rolled back. Getting this message implies that you are running multiple processes. Depending on the journal mode, a writer process may block both readers and wr