Problems with Interbase

admin

Administrator
Staff member
When I try to connect to a Interbase (version 6.0) Database in Win2k Server, PHP returns the error:

"Warning: InterBase: unavailable database in c:\teste.php..."

But the database EXISTS!

This is the code:
$db='C:\Arquivos de programas\Borland\IntrBase\examples\Database\employee.gdb';
$host='localhost';
$username='SYSDBA';
$password='masterkey';
$conecta=ibase_connect($db,$username,$password);

* Look and notice the database's name: is a Interbase database that I tried to connect.

What's the problem? I can't connect to any Interbase database... !@##@%@!#!

Leonardo
 
Back
Top