.net v3.5
sqliteConnection cn = new sqliteConnection(
"Data Source=test.db;Pooling=true;FailIfMissing=false")
pooling default value is true
FailIfMissing default value is false
CREATE TABLE test (id integer primary key,text varchar(10))
id will be auto increment
@H_404_18@
@H_404_18@
ref link:@H_404_18@
http://roach0426.pixnet.net/blog/post/965051-%E7%94%A8c%23%E4%BE%86%E8%AE%80%E6%94%9C%E5%B8%B6%E5%9E%8B%E8%B3%87%E6%96%99%E5%BA%ABsqlite
@H_404_18@
@H_404_18@
dbhelper@H_404_18@
http://www.cnblogs.com/ike_li/archive/2010/11/01/1866288.html
@H_404_18@
http://www.koders.com/csharp/fid40FA882F87466F7C8A97C27DE80236DF265BD345.aspx?s=dataset#L81
@H_404_18@