C# Open SQLite file

前端 未结 2 1355
醉酒成梦
醉酒成梦 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:06

    You'll need the SQLite ADO.NET driver for .NET or something similar.

提交回复
热议问题