Date: 08/14/00
- Next message: Paul Gardiner: "[PHP-DB] Cannot Compile With INFORMIX :-("
- Previous message: David Tandberg-Johansen: "[PHP-DB] connect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Paul Gardiner: "[PHP-DB] Cannot Compile With INFORMIX :-("
- Previous message: David Tandberg-Johansen: "[PHP-DB] connect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

