张志峰的博客

水滴石川,积少成多。

导航

2016年7月19日

摘要: 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 ╰★张志峰★╮ 阅读(968) 评论(0) 推荐(0)

摘要: 转载地址:http://blog.csdn.net/hutao1101175783/article/details/42807063 cmd:='echo d | Xcopy '+BasePath+' '+TargetPath+' /s/e'; i:=ShellExecute(Handle,nil, 阅读全文

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

摘要: 取得sqlite数据库里所有的表名 查询table,type 段是'table',name段是table的名字, so: select name from sqlite_master where type='table' order by name; 阅读全文

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