Pascal Data Objects

MSSQL/Sybase DSN Options

The PDO MSSQL/Sybase Data Source Name (DSN) is composed of the following elements:

The DSN prefixes are mssql (Microsoft library) and sybase (FreeTDS library)

host: The hostname on which the database server resides.
dbname: The name of the database.

Examples

pdo:mssql://host=localhost;dbname=testdb
pdo:sybase://host=localhost;dbname=testdb