张志峰的博客

水滴石川,积少成多。

导航

随笔分类 -  delphi sqlite

摘要:select * from tb_QuantifyResult where iSamplingOrCalibration = 1 and cComponentName <> ' + QuotedStr('') + ' order by date(cPeakTime) desc, time(cPeak 阅读全文

posted @ 2016-09-01 11:11 ╰★张志峰★╮ 阅读(533) 评论(0) 推荐(0)

摘要:var sql, sFile:string; db:TSQLiteDatabase;begin try sFile := G_AppPath + CH_IPC712Db; //if FileExists('test.db') then DeleteFile('test.db'); //连接数据库,如 阅读全文

posted @ 2016-07-19 16:39 ╰★张志峰★╮ 阅读(3578) 评论(0) 推荐(0)

摘要:原文地址:http://blog.csdn.net/yangchun1213/article/details/7656146 原文地址:http://blog.csdn.net/yangchun1213/article/details/7656146 说了这么多,没进主题,我的主题是给Sqlite在 阅读全文

posted @ 2016-07-19 15:49 ╰★张志峰★╮ 阅读(969) 评论(0) 推荐(0)