Thank you so much for your reply. I sill surely look at the options you
gave me.
I ask because I run into errors a lot, using the System.Data.SQLite
libraries. It easily crashes, trhows exceptions and similar issues... I
found out that it matters which target platform is selected...
So t
Why not just add the amalgmation to your source then do C
function calss. I do not get why you would use a dll when you
can just link in the amalgamtion into your program and have full
access to the latest version.
-
Scott Doctor
sc...@scottdoctor.com
---
On 19 Oct 2018, at 2:23am, Larry Brasfield wrote:
> Jordy Deweer asks about alternatives to System.Data.SQLite because: “I run
> into errors a lot, using the System.Data.SQLite libraries. It easily crashes,
> trhows exceptions and similar issues...”.
System.Data.SQLite is generally considered
Jordy Deweer asks about alternatives to System.Data.SQLite because: “I run into
errors a lot, using the System.Data.SQLite libraries. It easily crashes, trhows
exceptions and similar issues...”.
I’ve used that module for several projects and found it to be generally robust.
I have also seen tha
What target platforms have you found on which it is unreliable? I haven't
had problems on Win7, but I haven't used it all that much.
RobR
On Thu, Oct 18, 2018 at 2:57 PM Jordy Deweer wrote:
> Larry Brasfield wrote: "Jordy Deweer asks: “Is there a way to use a
> SQLite database in a C# project,
Why don't you want to use System.Data.SQLite?
On Thu, Oct 18, 2018 at 11:04 AM Jordy Deweer wrote:
> 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 / configur
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”, you
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”, you will find several alter
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
A big, public THANKS to Joe Mistachkin for going the extra mile to help me
get installed and off and running. It's late, but that's because it's been
fun doing theExecuteQuery()'s and ExecuteNonQuery()'s, along with filling
selected data on a relation into a DataGridView and playing with the view
10 matches
Mail list logo