MyDAC

TMyServerControl.RepairTable Method

Repairs specified tables.

Class

TMyServerControl

Syntax

procedure RepairTable(RepairTypes: TMyRepairTypes = []);

Parameters
RepairTypes
Holds the options that define the actions to take while performing repair operation on a table.

Remarks

Call the RepairTable method to repair specified tables.

Works only with MyISAM tables.

List of the tables is used from TableNames.

Refer to REPAIR TABLE detailed description at MySQL Reference Manual.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback