Subject Re: Aliases.Conf
Author Adam
--- In firebird-support@yahoogroups.com, "jorge_mosquera"
<jorge_mosquera@...> wrote:
>
> Firebird 1.5.3
> Delphi 5
>
> Sorry by my poor english ยก
>
> What must i do, to my Firebird Clients login to my APP across ALIAS of
> database, information that resides inside Aliases.conf of server.
>
> At this moment I have a file INI with this information, next to EXE
file.

Use the connection string in the format

<servername>:<alias>

rather than

<servername>:<path to database>

You will need to parse the ini file and set the connection string at
runtime.

Adam