文章分类 - SQLite
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--::----------SQL触发器-------------------------------------------------1.删除CREATETRIGGER[Delete_TopAlexa...
阅读全文
摘要:今天遇到了往Sqlite数据库里插入1400多条数据的情况,结果每次都需要一两分钟才能完成.搜索了一下,在这里找到了解决办法,所需要的时间直接变成不到2秒!internal static void FastInsertMany(DbConnection cnn){ using (DbTransaction dbTrans = cnn.BeginTransaction()) { using (D...
阅读全文