随笔分类 -  Delphi与SQLite

FireDAC中的SQLite(二)
摘要:我们接下来将要使用FDDemo.sdb数据库进行访问,开始我们的第一个SQLite访问例子。 我们的FDDemo.sdb存放目录在:C:\Program Files (x86)\Embarcadero\Studio\14.0\Samples\Data 新建VCL Forms Application 在XE6 IDE中按 Ctrl + . 键,快速输入 VCL Forms Applicatio... 阅读全文

posted @ 2014-12-16 11:52 pchmonster 阅读(5761) 评论(0) 推荐(0)

FireDAC中的SQLite(一)
摘要:Windows client software,FireDAC supports two SQLite library linking modes: Static linking: the x86 sqlite3_x86.obj or x64 sqlite3_x64.obj client library is statically linked into applicat... 阅读全文

posted @ 2014-12-16 10:51 pchmonster 阅读(3133) 评论(0) 推荐(0)

DISQLite3在XE4中的安装
摘要:时隔这么久,因为工作中需要将一些图片序列文件进行分析,然后将结果进行分组统计,而分组统计用SQL语法很容易实现,但是要求程序运行的环境中安装有庞大的数据库系统,经过网上的寻找,终于发现了SQLite。SQLite是一款开源的(呵呵,对于我们来说就是免费的)、嵌入式关系型数据库,省去了专用于关系型数据... 阅读全文

posted @ 2014-05-22 22:18 pchmonster 阅读(3811) 评论(9) 推荐(0)

导航