downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Constants for PDO_4D> <Driver 4D for PDO
Last updated: Fri, 12 Mar 2010

view this page in

PDO_4D DSN

(No version information available, might only be in SVN)

PDO_4D DSNConnecting to 4D SQL server

Description

The PDO_4D DSN consists of:

DSN prefix

The DSN prefix is 4D: .

host

The host on which the 4D SQL server is.

port

The port number for the server. This is optional.

user

The login name when connecting to the database.

password

The password for the above login.

dbname

The name of the database. This parameter is optional, and it is not used.

charset

The 4D character set.

Examples

Example #1 DSN examples for PDO_4D

The following examples has two DSN for PDO_4D, that connects to a 4D database :

4D:host=localhost;charset=UTF-8
Other possible values :
4D:host=localhost



add a note add a note User Contributed Notes
PDO_4D DSN
There are no user contributed notes for this page.

Constants for PDO_4D> <Driver 4D for PDO
Last updated: Fri, 12 Mar 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites