Subject Re: [firebird-support] Attaching a database using command line
Author Ann W. Harrison
sqlsvr wrote:
> How do I attach a database to Firebird using the command line? I've looked at using the gfix utility but did not find any specific commands to do this.
>

Clients attach to the server and ask it to open a database
file. If you want to be sure that the server has opened
a database you can use isql -u <user> -p <password> <database>.
The trick is to avoid having a dangling transaction since
ISQL normally starts two.

Good luck,

Ann