
I am using Delphi5 and MyDac 3.55.0.22
I need to know how to get and set system variables like Max_Connections using TMyServerControl or something similar

Best regards
Flemming Brandt
Code: Select all
show variables
I would like to know if it was posible to list/get a single variable and then set the variable to a different setting.procedure ShowVariables;
Description
Use this method to show the current state of the server.
See Also
ShowStatus