Subject Re: Update in clients
Author lysander_fb
--- In firebird-support@yahoogroups.com, "Graeme Edwards"
<g.edwards@s...> wrote:
> Set the connection string to MyServer:c:\....\database.fdb on the client
> machines and they can access the database through the server using
the same
> exe file.

better even:
use the aliasing function of Firebird server (see: aliases.conf) and
set the connectionstring on the clients to "MyServer:database". So the
clients:
- do never know the exact path to your database
- do not have to be updated when you change the location of the
database on the server (you only have to change aliases.conf)

Thanks here by the way for this great feature to the developers!

ciao,
André