Page 1 of 1

MyServerControl1.ServiceStatus('mysql') = ssRunning

Posted: Fri 19 Jun 2015 22:34
by cybsistemas
Mydac 8.5.15

If MyServerControl1.ServiceStatus('mysql') = ssRunning then

[dcc32 Error] Herramientas.pas(173): E2003 Undeclared identifier: 'ssRunning'

in 8.4.14 working well

Re: MyServerControl1.ServiceStatus('mysql') = ssRunning

Posted: Sat 20 Jun 2015 13:11
by cybsistemas
Resolved
Use unit CRServerEnumerator

Re: MyServerControl1.ServiceStatus('mysql') = ssRunning

Posted: Mon 22 Jun 2015 10:56
by ViktorV
You have found a right solution, since in MyDAC 8.5.15 the declaration of the ssRunning constant was moved from the DBAccess module to the CRServerEnumerator module.