摘要:select * from tb_QuantifyResult where iSamplingOrCalibration = 1 and cComponentName <> ' + QuotedStr('') + ' order by date(cPeakTime) desc, time(cPeak
阅读全文
posted @ 2016-09-01 11:11
|
||
随笔分类 - 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
摘要: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
摘要:原文地址:http://blog.csdn.net/yangchun1213/article/details/7656146 原文地址:http://blog.csdn.net/yangchun1213/article/details/7656146 说了这么多,没进主题,我的主题是给Sqlite在
阅读全文
posted @ 2016-07-19 15:49
|
||