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'll need the SQLite ADO.NET driver for .NET or something similar.