Subject | RE: [firebird-support] gbak |
---|---|
Author | Sasha Matijasic |
Post date | 2008-07-04T21:01:02Z |
> Can I stop/start the FB Server (or database) inside my .BAT file?If firebird is running as a service, you can start and stop it with
> The only way to stop the server I know so far is by using the
> Guardian...
>
sc start|stop service_name
or
net start|stop service_name
firebird default service_name is FirebirdServerDefaultInstance
Sasha