Subject | Re: Alias |
---|---|
Author | Adam |
Post date | 2005-09-29T02:12:50Z |
--- In firebird-support@yahoogroups.com, "Ari.Adrianto"
<ari.adrianto@k...> wrote:
\aliases.conf) and open in notepad
Add the line
ACC = d:\db\acc.fdb
Save the file and close
Change your connection string in your application from
192.168.0.1:d:\db\acc.fdb to 192.168.0.1:ACC
Firebird will automatically lookup the path from the aliases.conf
when the connection is made.
Adam
<ari.adrianto@k...> wrote:
> Hi All,I've
> I've firebird 1.52 installed on Windows 2000 Server. The connection
> made for client is using directory, for example :192.168.0.1:d:\db\acc.fdb
>the real
> I've heard that firebid can use Alias for this, so users won't know
> directory server. I've tried but it doesn't work. Is there anyonewho can
> tell me how to use alias ?Locate aliases.conf ($PROGRAMFILES\Firebird\Firebird_1_5
>
>
> Best Rgds,
> Ari Adrianto
\aliases.conf) and open in notepad
Add the line
ACC = d:\db\acc.fdb
Save the file and close
Change your connection string in your application from
192.168.0.1:d:\db\acc.fdb to 192.168.0.1:ACC
Firebird will automatically lookup the path from the aliases.conf
when the connection is made.
Adam