php man page for pdo_firebird-dsn

Query: pdo_firebird-dsn

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PDO_FIREBIRD-DSN(3)							 1						       PDO_FIREBIRD-DSN(3)

PDO_FIREBIRD DSN - Connecting to Firebird databases

	The PDO_FIREBIRD Data Source Name (DSN) is composed of the following elements:

	      o DSN prefix
		- The DSN prefix is firebird:.

	      o dbname - The name of the database.

	      o charset - The character set.

	      o role - The SQL role name.

       Example #1

	      PDO_FIREBIRD DSN example with path

	       The following example shows a PDO_FIREBIRD DSN for connecting to Firebird databases:

	      firebird:dbname=/path/to/DATABASE.FDB

       Example #2

	      PDO_FIREBIRD DSN example with port and path

	       The following example shows a PDO_FIREBIRD DSN for connecting to a Firebird database using hostname port and path:

	      firebird:dbname=hostname/port:/path/to/DATABASE.FDB

       Example #3

	      PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system

	       The following example shows a PDO_FIREBIRD DSN for connecting to a Firebird database employee.fdb using localhost:

	      firebird:dbname=localhost:/var/lib/firebird/2.5/data/employee.fdb

PHP Documentation Group 												       PDO_FIREBIRD-DSN(3)
Related Man Pages
iodbctest(1) - centos
pdo_sqlsrv-dsn(3) - php
pdo_ibm-dsn(3) - php
pdo_informix-dsn(3) - php
pdo_mysql-dsn(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!