Description:
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland/CodeGear/Embarcadero Delphi/C++Builder 10.1 Berlin. It uses the native application programming interfaces to access to the following SQL-servers:

IBM DB2 Universal Database
Informix Server
Interbase/Firebird Server
Microsoft SQL Server
MySQL Server
Oracle Database Server
PostgreSQL Server
SQLite Database
Sybase Adaptive Server Enterprise and Adaptive Server Anywhere
Unify (Centura, Gupta) SQLBase Server
ODBC datasources
OLEDB datasources

Using of SQLDirect Component Library gives you the following advantages:

connecting to the following SQL servers using 32-bit native application programming interfaces (API): Centura SQLBase Server 6(+), IBM DB2 Universal Database with CAE v5.2, Informix Server 7.2(+), Firebird, Interbase, MySQL 3.23(+), Oracle Server 7.2(+) with SQL*Net 2.2(+), Microsoft SQL Server, PostgreSQL 7.1(+), SQLite, Sybase Adaptive Server Enterprise and Adaptive Server Anywhere (through Open Client, which is supported by Anywhere ver.6 as native interface), ODBC and OLEDB datasources.
no distributing, installing and configuring the BDE or ODBC
simultaneous access to the supported servers
using Delphi 5, 6, 7, 9(2005), 10(2006), 2007, 2009, 2010, XE-XE7 or C++Builder 5, 6, 2006, 2007, 2009, 2010, XE-XE7 (Pro and above) to develop Client/Server applications
query with an updatable result set
query with macro support
table component
thread safe
BLOB-fields (including LOB and BFILE for Oracle8)
stored procedure support (with mutiple result sets for IBM DB2, Microsoft and Sybase SQL Server)
bi-directional and unidirectional result sets
cached updates
record filtering
support of data-aware components
InfoPower support
using images stored by Centura SqlWindows(or Team Developer) in their proprietary format
interfaces (public methods and properties) of SQLDirect components are compatible with standard BDE data access components (TSession, TDatabase, TQuery ..).

Thread Safety Note

Thread safety is supported by the following software:

Oracle SQL*Net 2.3 or above
Centura SQLBase Ver. 7 or above
IBM DB2 Ver. 5.2 or above
Microsoft SQL Server Ver. 6 or above
MySQL
Sybase ASE and ASA through OpenClient Ver. 11.1 or above

SQLDirect 6.5 was released.
Delphi/C++Builder 10.1 Berlin support
ftStream-Parameter support support
ftWideString support (SQLBase 11.5+)
bugfixes

Website:

http://www.sqldirect-soft.com/

最新文章

  1. Maven pom文件常用配置,转载
  2. C# HttpWebRequest获取COOKIES
  3. 创建一个新的Activity
  4. Power BI for Office 365(三)Power Pivot
  5. android development
  6. YII 的基本CURL操作
  7. QT GUI @创建新的工程
  8. gcc: error trying to exec 'cc1plus': execvp: no such file or directory
  9. Ubuntu14.04建立WiFi热点
  10. 读取文件内容返回List<String>类型
  11. 在JavaScript中使用json.js:Ajax项目之GET请求(同步)
  12. 关于longPressGesture做一个长按连加的效果(原创)
  13. JAVA 第1课
  14. There are no enabled repos.
  15. C# 创建多级文件夹示例
  16. Ubuntu16.04+cuda8.0rc+opencv3.1.0+caffe+Theano+torch7搭建教程
  17. 爬虫框架存储pymysql方式
  18. (KMP扩展 利用循环节来计算) Cyclic Nacklace -- hdu -- 3746
  19. CodeForces - 612C Replace To Make Regular Bracket Sequence 压栈
  20. php缓存类 内置output_buffer(ob)

热门文章

  1. Oracle数据库分页查询的几种实现方法
  2. P2P理财友情提示
  3. 【t016】邮递员
  4. c#面向对象 基础知识(转)
  5. VS版本 与 .NET版本以及C#版本之间的关系
  6. POJ 3904(容斥原理)
  7. 获取当前div中的所有div的个数和每一个div的ID and 根据屏幕分辨率计算高度
  8. jQuery插件实现的页面功能介绍引导页效果
  9. 概率论经典问题 —— 三个事件 A、B、C 独立 ≠ 三个事件两两独立
  10. 【转】mysql的SQL_NO_CACHE(在查询时不使用缓存)和sql_cache用法