Re: [sqlite] Frequent database corruptions on Windows 10

2016-09-11 Thread William Drago
On 9/10/2016 1:16 PM, Olivier Mascia wrote: Le 10 sept. 2016 à 11:21, Alexander Täschner a écrit : since upgrading to Windows 10 I have trouble with several different C# programs I wrote, that uses System.Data.SQLite to access sqlite database files ... The

Re: [sqlite] Frequent database corruptions on Windows 10

2016-09-10 Thread dandl
> I think that the System.Data.SQLite is compiled in the multi-thread > mode and I did not find a function or option to switch it to > serialized mode, but on the other hand all the different programs > showed no problems in the last years and only started to make trouble > after my upgrade from

Re: [sqlite] Frequent database corruptions on Windows 10

2016-09-10 Thread Alexander Täschner
2016-09-10 19:16 GMT+02:00 Olivier Mascia : > > One connection per process, shared between threads is calling for needless > complications (your efforts to prevent different threads from using this > connection object simultaneously, for instance). > > I would first refactor

Re: [sqlite] Frequent database corruptions on Windows 10

2016-09-10 Thread Olivier Mascia
> Le 10 sept. 2016 à 11:21, Alexander Täschner > a écrit : > > since upgrading to Windows 10 I have trouble with several different C# > programs I wrote, that uses System.Data.SQLite to access sqlite > database files ... > The programs are using multiple

[sqlite] Frequent database corruptions on Windows 10

2016-09-10 Thread Alexander Täschner
Hi, since upgrading to Windows 10 I have trouble with several different C# programs I wrote, that uses System.Data.SQLite to access sqlite database files stored on a SSD drive. Most of the programs are long running programs (running between one day to a week) performing background download tasks