Because Mono.Data.Sqlite is what you need and the connection string is
string constr = "Data Source=yourdatabasefilepath.db;Version=3;Compress=True";
And you need to have the following files in your Plugins folder:
Mono.Data.Sqlite.dll
sqltie3.dll
System.Configuration.dll
System.Data.dll
System.EnterpriseServices.dll
System.Security.dll
sqltie3.dll
System.Configuration.dll
System.Data.dll
System.EnterpriseServices.dll
System.Security.dll

本文详细介绍了如何使用Mono.Data.Sqlite连接SQLite数据库,并提供了必要的文件配置,包括Mono.Data.Sqlite.dll、sqltie3.dll、System.Configuration.dll、System.Data.dll、System.EnterpriseServices.dll和System.Security.dll等。
1266

被折叠的 条评论
为什么被折叠?



