I have a Firebird DB on a server other than the web server (PHP).
I'm trying to make the connection between them, using the ibase_connect function, but nothing happens, my line in php is: $dbh=ibase_connect($host,$username,$password) or die(ibase_errcode());
and then echo "teste";
and the test does not occur and error message does not occur.
I have on the web server the firebird dlls and php_interbase.dll
I need help to make this connection.
Following the recommendations, I discovered that the PHP extension was active in the wrong instance on the ISS. I was able to connect to the correct instance and the connection rejected by remote interface
error message appeared. I believe the error now is to be able to map the BD Firebird address.