Subject Re: [firebird-php] Suse Linux ibase_connect lost or broken pipes.
Author Jochem Maas
Lester Caine wrote:
> Jochem Maas wrote:
>
>
>>Uwe Oeder wrote:
>
>
>>>In my PHP I have coded the connection string as follows :
>>>
>>>$host = '127.0.0.1:creativeinfo.fdb' ;
>>
>> ^ --- you need a path (on the local filesystem) to the DB file here!
>
>
> OR - add the full path to aliass.conf
> creativeinfo=/path/creativeinfo.fdb
> and work with
> $host = '127.0.0.1:creativeinfo'
>

didn't know that one.. although I think putting the path directly in the 'string' is
clearer (explicit).