Subject Re: ibase_query(): Dynamic SQL Error SQL error code = -901
Author mue_uwe_193
--- In firebird-php@yahoogroups.com, "remusbm_2003" <remusbm_2003@y...>
wrote:
>
> I have the following code:
>
> <?php
> $host = 'localhost:/C:/Program Files/Firebird/Firebird_1_5/
> examples/EMPLOYEE.FDB';
> $dbh = ibase_connect($host,"sysdba","masterkey");

try

$host = 'localhost:C:/Program Files/...

(no '/' between 'localhost:' and 'C:')

Uwe