TMyServerControl to check,analyze,repair and optimize table

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kenny
Posts: 43
Joined: Mon 15 Nov 2004 08:48
Location: Malaysia
Contact:

TMyServerControl to check,analyze,repair and optimize table

Post by kenny » Thu 09 Dec 2004 09:39

Hi, I used
TMyServerControl.CheckTable; or
TMyServerControl.AnalyzeTable; or
TMyServerControl.RepairTable; or
TMyServerControl.OptimizeTable

I wish to show the result after perform these operation. eg: which table is corrupt, which table is OK,..etc.

How to achieve it? :?:

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: TMyServerControl to check,analyze,repair and optimize table

Post by Ikar » Thu 09 Dec 2004 10:33

Result of these operations is returned as DataSet. Use TMyServerControl.Fields[] to get values.

kenny
Posts: 43
Joined: Mon 15 Nov 2004 08:48
Location: Malaysia
Contact:

Post by kenny » Thu 09 Dec 2004 13:14

Thank you!! 8)

Post Reply