problem : invalid database handle (no active connection) - PHP - Programmation
Marsh Posté le 04-09-2008 à 13:48:16
Hello, a want to connect to my Database Interbase via PHP , and this is a code : $host = 'DELL01:COrqual/Orthalis/database/credo.gdb'; $username = 'SYSDBA'; $password ='masterkey'; $dbh = ibase_connect($host, $username, $password); when i run a code i find this probleme " invalid database handle (no active connection) " Please any one here know what's a problem
Marsh Posté le 04-09-2008 à 13:50:23
Why have you opened a new topic, if you already have one ?
Marsh Posté le 04-09-2008 à 15:45:45
because this is another problem, plis can you speak franch because i understand just a little tkxs Rabab
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 04-09-2008 à 13:48:16
Hello,
a want to connect to my Database Interbase via PHP , and this is a code :
$host = 'DELL01:COrqual/Orthalis/database/credo.gdb';
$username = 'SYSDBA';
$password ='masterkey';
$dbh = ibase_connect($host, $username, $password);
when i run a code i find this probleme
" invalid database handle (no active connection) "
Please any one here know what's a problem