EPUB | CHM | PDF

TBDE2MySQLDAC.Properties.DeleteSourceComponents

Top Previous Next

note Since v2.6.0

Sets that all BDE, ZeosDB, dbExpress, ADO components must be deleted when DAC for MySQL ones are created.

Syntax:

property DeleteSourceComponents: Boolean;

Description:

If set to True all TTable, TQuery and so on components will be deleted from project. In other case they will be left on the form or data module. However, data sources and fields descriptions will be detached from there and moved to the DAC for MySQL replacement.

note You may want to left BDE, ZeosDB, dbExpress, ADO components to check correctness of the migration process manually.