Subject Re: database aliases
Author Adam
--- In firebird-support@yahoogroups.com, "Ulrich" <ulrich.groffy@t...>
wrote:
>
> Hello,
>
> after server start the informations of alias.conf file are read in. Is
> it for a client application possible to receive from Firebird server
> these alias informations too?
>
> Regards - Ulrich

I suppose you could (and I cringe as I write this) share the firebird
folder with read permissions (preferably only on the aliases.conf file).

A better solution would be to write a service that sits on the server
using Remobjects or equivalent that you could create a call
GetAliasConf that returned you the string, then call this from the
client application.

Why would you want to do this though?

Adam