System.Data.SQLite.dll下载地址
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
选择.netFrawork版本
x64\SQLite.Interop.dll 目录
x86\SQLite.Interop.dll 目录
sqlite3.dll
System.Data.SQLite.dll
System.Data.SQLite.dll 添加引用到 项目里
x64和x86目录 拷贝到 bin 目录下
引用 ADP.DBHelper.dll
private static string path = AppDomain.CurrentDomain.BaseDirectory + @"DB\SCDB.db";
public static string ConnectionString= "Data Source=" + path + ";Version=3;";
public static string ProviderName = "System.Data.SQLite";
SQLite GUI管理工具
sqliteStudio(20M)
http://sqlitestudio.pl/?act=about
SQLiteSpy(4M)
http://www.yunqa.de/delphi/products/sqlitespy/index
SQLite Admin 免费
http://sqliteadmin.orbmu2k.de/
时间: 2024-10-11 00:25:55