首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个Delphi封装sqlite3功能的方法静态链接到可执行文件或其他图书馆sqlite3.dll

一个Delphi封装sqlite3功能的方法静态链接到可执行文件或其他图书馆sqlite3.dll

资 源 简 介

Embedded SQLite3 for Delphi is a translation for SQLite3.dll interface. That library is statically included into yor executable/library as a Windows Resource (if you wish), so there is no need to distribute sqLite3.dll along with your application. The library itself is dinamically linked at run-time, so there is a chance for your application to test SQLite availability, version and/or features, avoiding weird error messages. Additional Delphi-friendly classes are also included, but not mandatory. That classes have full support for Unicode and BLOB fields, including asynchronous BLOB I/O.

文 件 列 表

EmbeddedSQLite3
resource
source
VIP VIP
0.166646s