EPUB | CHM | PDF

Components list

Top Previous Next

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

Icon

Component

Description

TBDE2MySQLDAC

TBDE2MySQLDAC

This 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.

TMySQLBatchExecute

TMySQLBatchExecute

This component can execute SQL scripts containing more than one SQL statement.

TMySQLDatabase

TMySQLDatabase

Provides discrete control over a connection to a single database in a database application.

TMySQLDirectQuery

TMySQLDirectQuery

Component for high-speed (3-4 times faster then with TMySQLQuery component) data fetching. It is not TDataset compatible.

TMySQLDump

TMySQLDump

Allows to get SQL script with a dump of a Database. This script can be executed on another MySQL server by TMySQLBatchExecute component.

TMySQLMacroQuery

TMySQLMacroQuery

TMySQLMacroQuery 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.

TMySQLMonitor

TMySQLMonitor

Monitors dynamic SQL passed to the MySQL server.

TMySQLQuery

TMySQLQuery

Encapsulates a dataset with a result set that is based on an SQL statement.

TMySQLStoredProc

TMySQLStoredProc

Provides full support for MySQL 5.0+ stored procedures.

TMySQLTable

TMySQLTable

Encapsulates a database table.

TMySQLTools

TMySQLTools

Allows to run MySQL diagnostic and repair operations such as Repair, Check, Analyze, Optimize, Backup and Restore.

TMySQLUpdateSQL

TMySQLUpdateSQL

Applies updates on behalf of queries or stored procedures that can't post updates directly.