C#_SQLite操作类库
using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Data.SQLite;//这个可以去网上下载 using System.Configuration; public class SQLiteHelper { //数据库连接字符串(web.config来配置),可以动态更改SQLString支持多数据库. public static string connectionString = "Data Source=" + System.Web.HttpContext.Current.Server.MapPath( ConfigurationManager.AppSettings["SQLString"]); public SQLiteHelper() { } #region 公用方法
下载地址
用户评论
可以直接上手用,谢谢
拿来即用, 不错,
用着不错,虽然简单,但是基本功能都实现了,优化后我一直用着。
感觉用着还可以,谢谢楼主
用项目有些帮助
对System.Data.SQLite的简单操作,价值一般,不如看SQLite官方的测试工具反编译出来的代码。
感觉用着还可以
别下, 没有类库, 一堆操作烂代码要这么多分