Subject | Re: [firebird-support] How to use Aliases? |
---|---|
Author | Helen Borrie |
Post date | 2003-07-22T06:51:15Z |
At 04:34 PM 22/07/2003 +1000, you wrote:
Currently (no updated CPL for 1.5)
at command line:
net stop FirebirdServer
and, to restart
net start FirebirdServer
Or you can go to your Firebird root\bin directory and do
instsvc -stop
followed by
instsvc -start
Running as an application - whatever it takes to stop and start an
application in XP, e.g. use Task Manager to stop it and then double-click
on a shortcut or the exe file entry in Explorer to start up again.
The full release should have an updated service manager CPL.
cheers,
heLen
>HJust restart the firebird server.
> > regular connection strings:
> > winserver:c:\data\MyBelovedDb.fdb
> > linserver:/opt/databases/penguindb.fdb
> >
> > become
> >
> > winserver:db1
> > linserver:db2
> >
> > You need to restart the server to have the aliases take effect.
>
>Thanks for pointing that out. That's a useful feature, which should
>simplify our
>installation.
>
>Do you need to reboot the machine, or just shutdown and restart firebird?
>If so,Running as a service:
>what is the proecdure for restarting firebird under XP?
Currently (no updated CPL for 1.5)
at command line:
net stop FirebirdServer
and, to restart
net start FirebirdServer
Or you can go to your Firebird root\bin directory and do
instsvc -stop
followed by
instsvc -start
Running as an application - whatever it takes to stop and start an
application in XP, e.g. use Task Manager to stop it and then double-click
on a shortcut or the exe file entry in Explorer to start up again.
The full release should have an updated service manager CPL.
cheers,
heLen