Subject | Re: [firebird-php] please help me to connect firebird with xampp on windows 7. |
---|---|
Author | amrit sandhu |
Post date | 2012-09-05T20:36:08Z |
thanks for quick reply bro..i m getting this error "NOK Unable to complete network request to host "localhost". Failed to establish a connection."
thanks..do you know how can i resolve it?
________________________________
From: .Christophe DERENNE <ch.derenne@...>
To: firebird-php@yahoogroups.com
Sent: Thursday, September 6, 2012 1:56 AM
Subject: Re: [firebird-php] please help me to connect firebird with xampp on windows 7.
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]
[Non-text portions of this message have been removed]
thanks..do you know how can i resolve it?
________________________________
From: .Christophe DERENNE <ch.derenne@...>
To: firebird-php@yahoogroups.com
Sent: Thursday, September 6, 2012 1:56 AM
Subject: Re: [firebird-php] please help me to connect firebird with xampp on windows 7.
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]
[Non-text portions of this message have been removed]