C# Open SQLite file

前端 未结 2 1322
醉酒成梦
醉酒成梦 2021-01-23 21:45

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         


        
2条回答
  •  一生所求
    2021-01-23 22:03

    You can use NuGet in Visual Studio to install the offical System.Data.SQLite drivers created by the SQLite development team.

提交回复
热议问题