[转]C#访问SQLite数据库
摘要:
本文转自:http://hi.baidu.com/netlmz/blog/item/326c644fa919a9cdd1c86a11.html原文如下:下载最新版SQLite(http://www.sqlite.org/download.html),其他版本也可以,目前版本是sqlite-3_6_6_1 a.解压后copy c:\sqlite-3_6_6_1 b.进入cmd模式,进入sqlite-3_6_6_1目录,执行sqlite3 mytest.db c.create table test (seq int,desc varchar(8));insert intotest values ( 阅读全文
posted @ 2009-03-10 12:46 freeliver54 阅读(1805) 评论(2) 推荐(0)
浙公网安备 33010602011771号