Re: [sqlite] System.Data.SQLite, Linq, multithread and transaction usage

2012-07-23 Thread Bernhard Mogens Ege
-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: 20. juli 2012 23:00 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] System.Data.SQLite, Linq, multithread and transaction usage The basic thread-safety rules of System.Data.SQLite are documented here: https://system.

Re: [sqlite] System.Data.SQLite, Linq, multithread and transaction usage

2012-07-20 Thread Joe Mistachkin
The basic thread-safety rules of System.Data.SQLite are documented here: https://system.data.sqlite.org/index.html/artifact?ci=trunk&filename=Doc/Ext ra/limitations.html -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sq

[sqlite] System.Data.SQLite, Linq, multithread and transaction usage

2012-07-20 Thread Bernhard Mogens Ege
Hi, I have begun using SQLite in my C#/.NET 4.0 project and have created some code already (which seems to work) but I am unsure about the multithread use of SQLite in this context. I have tried to get wiser using the ADO.NET documentation, but much of it is Sql (MS) specific. :-/ I am usin