mysql通用驱动_dbExpress driver for MySQL

dbExpress是数据库独立层,它定义了一套通用的接口,提供快速访问SQL数据库服务器功能。为支持每一种服务器,dbExpress提供一个驱动作为独立的库,实现通用的dbExpress 接口处理查询和存储过程。作为一个瘦客户和简单的数据库访问层端,dbExpress 提供高性能的数据库连接性和简单的配置。dbExpress驱动作为一个Windows DLL Lib方式提供。当你使用dbExpress配置一个数据库应用时,你仅需要编译时包含DLL到应用程序中。dbExpress提供了轻量级的数据库驱动访问Oracle、MS SQL Server和MySQL数据库。dbExpress的使用类似Borland提供的标准版dbExpress。所有的驱动支持Delphi 8/7/6、C++ Builder 6、Kylix 3和Kylix 2。

mysql通用驱动_dbExpress driver for MySQL_第1张图片

dbExpress is a database-independent layer that defines common interface to provide fast access to MySQL. For this server, dbExpress provides a driver as an independent library that implements the common dbExpress interface for processing queries and stored procedures. As data-access layer is thin and simple, dbExpress provides high performance database connectivity and is easy to deploy. You can use our driver in the same way as the one supplied by Embarcadero.

你可能感兴趣的:(mysql通用驱动)