|

Professional,Enterprise
|
dbExpress driver for MySQL (ID #24598)
Core Lab
dbExpress is database-independent layer that defines a common
interface to provide fast access to SQL database servers. For
each supported server, dbExpress provides a driver as an
independent library that implements the common dbExpress interfaces
for processing queries and stored procedures. As data-access layer
thin and simple, dbExpress provides high performance database
connectivity and is easy to deploy. dbExpress drivers are available
for Windows as dynamic-link libraries. When you deploy a database
application that uses dbExpress, you need only include a dll with
the application files you build.
DbxMda driver provides access to MySQL database based on
Borland dbExpress data access technology. It can work
using MySQL client or native MySQL network protocol.
Features
--------
Following the main features of the driver.
- Access to MySQL server using client library or
through protocol directly
- High performance
- Supports latest versions of MySQL
- Support MySQL Embedded server
- All MySQL data types support
- Extended options for advanced behaviour
- Ability of monitoring query execution
- Source code available
- Free support for registered users
- Licensed per a developer without royalty fee
Compatibility
-------------
DbxMda supports MySQL server 5.1, 5.0, 4.1, 4.0 and 3.23.
If you do not use Direct mode then for working applications which use DbxMda
MySQL client library is required. For Windows it's libmysql.dll file and for
Linux - libmysqlclient.so (libmysqlclient.so.X). Please refer to descriptions
of LoadLibrary() and dlopen() functions accordingly for detailed information
about MySQL client library file location.
If you use MySQL Embedded server you should use libmysqld.dll (libmysqld.so)
instead of libmysql.dll. Please refer to "Using Embedded Server" article for
details.
Following development environments are supported by DbxMda:
CodeGear C++ Builder 2007
CodeGear Delphi 2007 for Win32
Turbo Delphi Professional
Turbo Delphi for .NET Professional
Turbo C++ Professional
Borland Developer Studio 2006 including support of Delphi for Win32, Delphi for .NET and C++ Builder Personality
Borland Delphi 2005
Borland Delphi 8
Borland Delphi 7
Borland Delphi 6
Borland C++ Builder 6
Borland Kylix 3
Borland Kylix 2

dbExpress driver for MySQL home page
|