Page 1 of 1

TMyServerControl to check,analyze,repair and optimize table

Posted: Thu 09 Dec 2004 09:39
by kenny
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? :?:

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

Posted: Thu 09 Dec 2004 10:33
by Ikar
Result of these operations is returned as DataSet. Use TMyServerControl.Fields[] to get values.

Posted: Thu 09 Dec 2004 13:14
by kenny
Thank you!! 8)