(No version information available, might only be in Git)
PDO_4D DSN — Connecting to 4D SQL server
The PDO_4D DSN consists of:
The DSN prefix is 4D:.
hostThe host on which the 4D SQL server is.
portThe port number for the server. This is optional.
userThe login name when connecting to the database.
passwordThe password for the above login.
dbnameThe name of the database. This parameter is optional, and it is not used.
charsetThe 4D character set.
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
4D:host=localhost 4D: