Subject Re: [firebird-support] Firebird on Linux Through Delphi 7
Author Lee Jenkins
monalisa wrote:

> Hi All,
>
> I Just try migrate OS for database Server from Windows to Linux. So I use Firebird for databases on Linux Server.
> How can I connect to the database on Linux through application that I made with Delphi 7.0 that running on Windows XP ?
> I already connect to the databases on Linux though IBexpert with Connection : \\10.10.1.100:data
> There's no problem throgh IBExpert for create dan retrieve table. But I still can not Connect to the databases through Delphi that running on windows base OS.
>
> Was any rule's I miss ? Can't application connect to the Linux Server database though BDE too ?
>
> Thank all in Advanced !
>
> Regards,
> MONA.

Never tried a linux setup, but wouldn't the connection string be the
same, except to use forward slashes?

192.168.1.100:/your/path/to/database.fdb

???

Lee