How use TMyServerControl.ShowProcessList, TMyServerControl.ShowVariables and TMyServerControl.ShowStatus

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
e_arlati

How use TMyServerControl.ShowProcessList, TMyServerControl.ShowVariables and TMyServerControl.ShowStatus

Post by e_arlati » Tue 08 Mar 2005 08:26

How useTMyServerControl.ShowProcessList, TMyServerControl.ShowVariables and TMyServerControl.ShowStatus

I try to use TMyServerControl.ShowProcessList but I didn't found how get the result with the info about the process list.
Same question about ShowVariables and ShowStatus

I'm using c++builder, do you have some example showing me how get such info ?

Regards, Enzo Arlati

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

Post by Ikar » Wed 09 Mar 2005 15:47

To get this data you can use TMyServerControl as usual DataSet: display it in dbgrid, or use Fields[].

Post Reply