I have a 2 part question here:
When making a connection I use the following command:
>sqlite_conn = new SQLiteConnection("Data Source=db.db;Version=3;New=True;Compress=True;");
the 1.0.84.0 is the newest version out for the SQLite DLL
. I created
an application with SQLite
too in c#
, my connection string looks
like the following:
sqlite_conn = new SQLiteConnection("Data Source=C:\SQLITEDATABASES\SQLITEDB1.sqlite;Version=3;");
The version you are using, is SQLite
version 3, the DLL is just a different version, but works with SQLite
version 3.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With