Subject Re: [firebird-php] Any problem using PHP4.4.x, apache 1.x.x, firebird 1.5.x?
Author milanb@kms.co.yu
Quoting willowdan2004 <willowdan@...>:
> Just can't make PHP and firebird run in the ibase_connect() level ...
> my code is:
>
> ibh = ibase_connect
> ('localhost:c:\firebird\onlinebanking.fdb',$usr,$pwd) or die('Can\'t
> connect to db.');

Try: die("Can't connect to db, reason: " .ibase_errmsg())

...and you'll probably be able to solve it yourself.

--

Milan Babuskov
http://www.flamerobin.org


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.