Subject Re: [firebird-support] Listing Databases on the Server
Author Markus Ostenried
On 12/8/06, Christopher Chan <chrisfz@...> wrote:
> Oh, so that means that there is no directory structure to a firebird
> database save for the security database of the firebird home directory?

yes.

> How do you inform the server of a firebird database that is located
> outside the RootDirectory?

You specify the database path in the connection string that the client
sends to the server. Or you define an alias name and corresponding
database path in the server's alias.conf file and then use the alias
name in the connection string.

The server will try to connect to any file you specify and then throw
an error if the file is not a database or cannot be accessed.

HTH,
Markus