Subject | Re: [firebird-support] Accessing firebird database on LAN |
---|---|
Author | Sándor Tamás (HostWare Kft) |
Post date | 2007-05-24T10:03:52Z |
Personally I use Firebird Aliases (in aliases.conf).
If you want to acces your DB file placed in c:\DB\somedatabase.fdb
then you don't have to set this path on every client PC.
In aliases.conf you can write aliases like this:
MyDB = c:\DB\somedatabase.fdb
With this line you can set DB connection string on clients to MyServer:MyDB.
In this case, you can always move your database file on this server into a different folder, or even a different drive, you have to change the value in aliases.conf, and you don't have to deal with client settings.
SanTa
If you want to acces your DB file placed in c:\DB\somedatabase.fdb
then you don't have to set this path on every client PC.
In aliases.conf you can write aliases like this:
MyDB = c:\DB\somedatabase.fdb
With this line you can set DB connection string on clients to MyServer:MyDB.
In this case, you can always move your database file on this server into a different folder, or even a different drive, you have to change the value in aliases.conf, and you don't have to deal with client settings.
SanTa
----- Original Message -----
From: Tariq Mujber
To: firebird-support@yahoogroups.com
Sent: Thursday, May 24, 2007 11:19 AM
Subject: [firebird-support] Accessing firebird database on LAN
Hi,
How can I access a firebird database located on the server from a computer
located on LAN. Please some details.
Many thanks ..
Regards,
Tariq
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]