i would like to open SQLite DB file in C#.
I have this code rewrited from Visual Basic source code.
SqlConnection myConnection = new SqlConnection(); myC
You can use NuGet in Visual Studio to install the offical System.Data.SQLite drivers created by the SQLite development team.
You'll need the SQLite ADO.NET driver for .NET or something similar.