ID: 24598,
dbExpress driver for MySQL
by Dmitry Nikolaenko
Email: Anonymous
Provides direct access to MySQL database based on Borland dbExpress data access technology.
It can work using MySQL client or through native MySQL protocol directly.
|
| Download | Details |
|
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
To download this, you must have registered:
|
For
C++Builder, Version
11.0
to
11.0
242 downloads
Copyright: All rights reserved
Updated on Fri, 11 May 2007 07:33:20 GMT
Originally uploaded on
Fri, 04 May 2007 09:59:05 GMT
|
Explore the files in this upload
File Exploration is Disabled
We're sorry, but errors in the uploaded zip file prevent it from being explored.
The error generated by the Zip attachment is:
You may still be able to repair the zip file contents if you download the entire zip locally.
You may also want to ask the author to repost the attachment.
|
|
Description
|
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
|
Latest Comments
Server Response from: USSVS-BDN2