Firebird/Interbase DSN Options
The PDO Firebird/Interbase Data Source Name (DSN) is composed of the following elements:
The DSN prefixes are interbase-5, interbase-6, firebird-1.0, firebird-1.5, firebird-1.5E, firebird-2.0, firebird-2.0E
datasource: | The hostname on which the database server resides. |
port: | The port number where the database server is listening. |
database: | The name of the database. |
Examples
pdo:firebird-1.5://database=DATABASE.GDE;datasource=localhost;port=3050 pdo:firebird-2.0://datasource=localhost;database=DATABASE.GDE