Sqlite 数据库访问类

时间:2014-10-21 00:43:12   收藏:0   阅读:281

使用Sqlite 作为软件数据库:

 

实现了数据库访问类

C#  使用System.Data.Sqlite  

下载地址:

http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki网站中下载
Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5)或者
Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5)的dll,视你的系统是32位还是64位的。

这个Sqlite.DLL 可以绿色打包

 

参考sqlite数据类型网址:

http://blog.csdn.net/jin868/article/details/5961263

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!