TurboDB VCL Component Library

TTdbTable.RepairTable

TTdbTable

Previous  Top  Next

Repairs a database table.

Delphi Syntax:

procedure RepairTable;

C++ Syntax:

void __fastcall RepairTable();

Description

Use RepairTable if the database table contains faults like incorrect memo or blob links. The table will be re-built and the errors will be corrected where possible. You should create a backup copy before the call to RepairTable.