Subject Firebird PHP-PDO functions
Author salbefe
Hi all,

I'm trying to connect to a Firebird database using the PHP-PDO
functions but I'cant.

The problem is the dns that is used to connecto to.


At PHP.NET there is an example of how to use the firebird driver with
PDO:
firebird:User=john;Password=mypass;Database=DATABASE.GDE;DataSource=lo
calhost;Port=3050


If my database is in c:\databases\test.gdb, what should I write to
connect to the database?

I've tried :

'firebird:User=SYSDBA;Password=masterkey;Database=c:\databases\test.gd
b;DataSource=localhost;Port=3050';

and other connections string and It does not work.

Thanks in advance.