MySQL Data Access Components

10.4.4

Provides direct and high-performance access to MySQL-based application with its set of useful GUI MySQL administration and monitoring tools

MySQL Data Access Components, or short - MyDAC, is an efficient library designed from the ground up to allow developers to optimize and streamline their MySQL-based applications by providing a wide array of MySQL database administration tools and complete support for MySQL Embedded servers.
Simply put, it quickens the whole deployment and configuration procedures by allowing your application to work with MySQL directly without having to involve any MySQL client library.
Firstly, you should know that this is a cross-platform library, which means that it works on all the main desktop operating systems such as Windows, macOS, and Linux, as well as the most popular mobile-based ones like iOS and Android.
The library comes alongside various productivity-enhancing GUI pieces of software, namely dbMonitor, Dataset Manager and dbForge Fusion.
You can thoroughly and actively monitor your database applications (allows for pre-component tracing of SQL statement execution, rollbacks, and statements execution) with the help of the first one, streamline the controls by relying on the second tool, while the third one provides you with an easier way to explore existing databases, design compound SQL statements and queries.
Regarding data access and data management automation tasks, you should know that the library bundles a few interesting components, TMyQuery, TMyTable (provides quick access to the table data) and TMyStoreProc components.

Limitations in the unregistered version