SQLiteDataReader 需要 using
否则其他无法读取
而且 sqlite 判断表是否存在应该:
string.Format("select count(*) from sqlite_master where tbl_name='{0}'" , strTable);
tbl_name
不是什么 table!!!
posted on 2012-09-04 16:23 norsd 阅读(98) 评论(0) 编辑 收藏 举报