interbase connect

admin

Administrator
Staff member
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?
 
Back
Top