I'm trying to make a connection to my FIREBIRD database, but when I organize it correctly, I put the IP where it's located, etc. The message appears:
IT WAS NOT POSSIBLE TO LOCATE THE DRIVER IN c / wamp / www ////
What should I do personally?
$user = "SYSDBA";
$pass = "masterkey";
$pdo=new PDO("firebird:localhost=IP AQUI;dbname=Duosig_producao",$user,$pass);