Subject | Re: [firebird-php] please help me to connect firebird with xampp on windows 7. |
---|---|
Author | .Christophe DERENNE |
Post date | 2012-09-05T20:26:20Z |
Hi, if you want to know what's happenning try to display ibase error like
this and tell us what's the message:
<?php
if(@ibase_connect('localhost:
C:\Program Files
(x86)\Firebird\Firebird_2_5\examples\empbuild\employee.fdb', 'sysdba',
'myfirebirdpassword')) {
echo "OK";
} else {
*$errormsg=ibase_errmsg();
echo "NOK ".$errormsg;
*}
?>
Christophe
[Non-text portions of this message have been removed]
this and tell us what's the message:
<?php
if(@ibase_connect('localhost:
C:\Program Files
(x86)\Firebird\Firebird_2_5\examples\empbuild\employee.fdb', 'sysdba',
'myfirebirdpassword')) {
echo "OK";
} else {
*$errormsg=ibase_errmsg();
echo "NOK ".$errormsg;
*}
?>
Christophe
[Non-text portions of this message have been removed]