Subject | Re: ibase_query(): Dynamic SQL Error SQL error code = -901 |
---|---|
Author | mue_uwe_193 |
Post date | 2005-10-13T19:27:37Z |
--- In firebird-php@yahoogroups.com, "remusbm_2003" <remusbm_2003@y...>
wrote:
$host = 'localhost:C:/Program Files/...
(no '/' between 'localhost:' and 'C:')
Uwe
wrote:
>try
> I have the following code:
>
> <?php
> $host = 'localhost:/C:/Program Files/Firebird/Firebird_1_5/
> examples/EMPLOYEE.FDB';
> $dbh = ibase_connect($host,"sysdba","masterkey");
$host = 'localhost:C:/Program Files/...
(no '/' between 'localhost:' and 'C:')
Uwe