- Code: Select all
$dbfile = 'c:\databases\test.ib';
ibase_connect($dbfile, $dbusername, $dbpassword, 'ISO8859_1');
creates this error: unavailable database btw: I promisse the database file is there!!!
- Code: Select all
$dbfile = 'localhost:c:\databases\test.ib';
ibase_connect($dbfile, $dbusername, $dbpassword, 'ISO8859_1');
creates this error: Unable to complete network request to host "localhost". Failed to establish a connection. No connection could be made because the target machine actively refused it. and again: I promisse that there is a localhost.
What do I do wrong?
Best regards,
Fenny.
I am running:
ApacheFriends XAMPP (Basispaket) version 1.6.8
+ Apache 2.2.9
+ PHP 5.2.6 + PHP 4.4.9 + PEAR
