[PHP-DB] interbase connect From: phptr <email protected>
Date: 08/14/00

Hi,

I use win98+apache+php4.0+interbase6.0
I want to connect interbase but it gives such a warning at my first
attempt to connect the server:

Warning: InterBase: I/O error for file "song.gdb" Error while trying to
open file The network path was not found. in c:\program
files\apache group\apache\htdocs\sarki\index.php on line 17

line 17 is:
$co=ibase_connect($ip,$user,$pass);

ip,user and pass are defined before as:
$ip='localhost';
$user='root';
$pass='gurkan';

what is worng? why i can't use interbase?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>