noteswiki

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  SQLLite

SQLLite Study Notes
摘要:1.数据库连接(常用连接方法,示例) 1 string dbPath = Environment.CurrentDirectory + "/test.db";/*指定数据库路径 */ 2 using(SQLiteConnection conn = new SQLiteConnection("Data 阅读全文
posted @ 2016-08-09 22:18 noteswiki 阅读(1939) 评论(0) 推荐(0)

摘要:1.SQLLite如何集成在C#中 2.相关C#与SQLLite资源,及说明 3.简单示例 阅读全文
posted @ 2016-08-09 22:15 noteswiki 阅读(432) 评论(0) 推荐(0)

摘要:1.SQLLite 简介 2.命令行使用 3.常用GUI管理工具 阅读全文
posted @ 2016-08-09 22:10 noteswiki 阅读(152) 评论(0) 推荐(0)