SQLite
晨曦独酌
新人一个
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C# system.data.sqlite使用
专用版本目前还在完善中 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Data.SQLite; using原创 2012-12-07 14:20:32 · 3765 阅读 · 0 评论 -
sqlite常用语法
在终端下运行sqlite3 ,出现如下提示符: SQLite version 3.7.2 Enter “.help” for instructions Enter SQL statements terminated with a “;” sqlite> 是要打开的数据库文件。若该文件不存在,则自动创建。 显示所有命令 sqlite> .help 退出sqlite3 sqli转载 2012-12-06 13:25:30 · 479 阅读 · 0 评论 -
C#SQLilte常用命令
#region SQLite常用命令例 // 在终端下运行sqlite3 ,出现如下提示符: // SQLite version 3.7.2 // Enter “.help” for instructions // Enter SQL statements terminated with a “;” // sqlite> // 是要打开的数据库文件。若该文件不存在,则自动创建。 // 显示所有转载 2013-01-04 09:00:26 · 728 阅读 · 0 评论
分享