community.borland.com

Article #25145: Disable InterBase LIBS from Delphi

Problem:
How can I disable the LIBS from executing by default from Delphi?

Solution:
The server's startup options can be changed using the 
configuration utility that ships with InterBase.   You can 
set the server start option to manual or windows startup.

If set to windows startup the InterBase server will automatically
be started when the system is booted up.  

If set to manual startup the InterBase server will not be started 
when the system starts.  When in this mode the user
will have to start the server running before it can be used.


Last Modified: 28-SEP-00