Subject Re: [ib-support] Firebird and the windows registry
Author Brian L. Juergensmeyer
Hi, German,

> hi !!
>
> I need to start/stop firebird server service from an application. Has
anyone
> know where firebird exactly store its reference in the registry ?
>

Rather than aiming at the registry, your best bet is to use the Services
API. If you are using Delphi, get a copy of the Jedi libraries and look in
libNTUtils.pas for sysIsServiceRunning() and sysStopService.

HTH,

Brian