Subject Re: connecting to Firebird thru the phone line and ADSL
Author Pablo Sánchez
Duilio, for dynamic adsl , i currently use www.dyndns.org,works great
and they have several clients (windows and linux).
Your connect string would look like:
yoursite.com:/localpath/databasename.gdb

If you have a fixed address :
xxx.xxx.xxx.xxx:localpath/databasename.gdb

Note that firebird doesn´t encrypt and/or compress data.
For such, zebedee is a great product.

Pablo Sánchez
pablos@...


> I have an application running at office A.
>
> I want to access data stored in a FB database at office B.
>
> I was told that it is possible, provided that both offices have
ADSL.
>
> I don't know much of this technology.
>
> Do you receive a fixed IP address with ADSL ?
>
> From office A, should I just try to access
>
> xxx.xxx.xxx.xxx/localpath/databasename.gdb ?
>
> TIA
>
> Duilio Foschi