[sqlite] Using SQLite in C# without System.Data.SQLite

2018-10-18 Thread Jordy Deweer
Dear all I am new to this group and this is my first question here. My question is as follows: Is there a way to use a SQLite database in a C# project, without installing / configuring / depending on the System.Data.SQLite libraries? I really hope there is. Thank you so much in advance for

Re: [sqlite] Using SQLite in C# without System.Data.SQLite

2018-10-18 Thread Jordy Deweer
Larry Brasfield wrote: "Jordy Deweer asks: “Is there a way to use a SQLite database in a C# project, without installing / configuring / depending on the System.Data.SQLite libraries? I really hope there is.” If you do a web search for the combination of terms “SQLite”, “C#” and “library”