2013年6月3日
摘要: public static bool TableSubmit(List<tableInfo> tableList) { bool bolResult = false; using (SQLiteConnection connection = new SQLiteConnection(DbHelperSQL.connectionString)) { if (connection.State == ConnectionState.Closed) { connection.Open(); } using (SQLiteTransaction trans = connection.Begi 阅读全文
posted @ 2013-06-03 15:03 nicvscs 阅读(238) 评论(0) 推荐(0) 编辑