DAC for MySQL

Components list

Previous Next

There are DAC for MySQL components in alphabetical order with short descriptions.

IconComponentDescription
TBDE2MySQLDACTBDE2MySQLDACThis component is intended for the conversion of BDE Database objects into DAC for MySQL Database objects. It provides an easy way of migration from BDE components to DAC for MySQL.
TmySQLBatchExecuteTmySQLBatchExecuteThis component can execute SQL scripts containing more than one SQL statement.
TmySQLDatabaseTmySQLDatabaseProvides discrete control over a connection to a single database in a database application.
TmySQLDirectQueryTmySQLDirectQueryComponent for high-speed (3-4 times faster then with TmySQLQuery component) data fetching. It is not TDataset compatible.
TmySQLDumpTmySQLDumpAllows to get SQL script with a dump of a Database. This script can be executed on another MySQL server by TmySQLBatchExecute component.
TmySQLMacroQueryTmySQLMacroQueryTMySQLMacroQuery is the descendant of TMySQLQuery component and supports all of its properties, methods, events, and functionalities. The difference is in Macros and MacroChar properties which help to modify SQL script text in design-time and run-time with easy.
TmySQLMonitorTmySQLMonitorMonitors dynamic SQL passed to the MySQL server.
TmySQLQueryTmySQLQueryEncapsulates a dataset with a result set that is based on an SQL statement.
TmySQLStoredProcTmySQLStoredProcProvides full support for MySQL 5.0+ stored procedures.
TmySQLTableTmySQLTableEncapsulates a database table.
TmySQLToolsTmySQLToolsAllows to run MySQL diagnostic and repair operations such as Repair, Check, Analyze, Optimize, Backup and Restore.
TmySQLUpdateSQLTmySQLUpdateSQLApplies updates on behalf of queries or stored procedures that can't post updates directly.