SQLite简单使用说明
Posted zlb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQLite简单使用说明相关的知识,希望对你有一定的参考价值。
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/
以上是关于SQLite简单使用说明的主要内容,如果未能解决你的问题,请参考以下文章