Editor's review
This is a library that supports data base access to MySQL.
MySQL Data Access Components (MyDAC) is a library of components that provides direct access to MySQL databases. This library could be used from programs built with Delphi, C++Builder, Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms. Applications built with the support of this library can let you connect directly to a MySQL server or work through the MySQL client library. MyDAC library can help programmers develop faster and cleaner MySQL database applications. This library is a substitute for other such libraries such as the Borland Database Engine (BDE) and standard dbExpress driver for access to MySQL. MyDAC based applications do not need to depend on other data provider layers such as BDE or ODBC and thus could be quite a bit faster that applications (such as standard Delphi data connectivity solutions) working through such layers.
MyDAC provides an additional opportunity to work with MySQL directly without involving MySQL client library. MyDAC lets the developers exploit the full capabilities of the MySQL server and optimize their database applications. It also provides complete support of embedded server, secure connection and MySQL administration tasks. You can use MyDAC as a cross-platform solution for developing applications using different IDEs. It will work well with IDEs like the RAD Studio, Delphi, C++Builder, Lazarus (and FPC) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both x86 and x64 platforms. MyDAC also supports the FireMonkey platform. FireMonkey lets you develop visually attractive and high-performance native applications for Windows and Mac OS X. This is a very good tool.
User comments