PHP » GoLang |
login |
register |
about
|
PDO_DBLIB DSN(PECL PDO_DBLIB >= 0.9.0) PDO_DBLIB DSN — Connecting to Microsoft SQL Server and Sybase databases DescriptionThe PDO_DBLIB Data Source Name (DSN) is composed of the following elements:
Examples
Example #1 PDO_DBLIB DSN examples The following examples show a PDO_DBLIB DSN for connecting to Microsoft SQL Server and Sybase databases: mssql:host=localhost;dbname=testdb sybase:host=localhost;dbname=testdb dblib:host=localhost;dbname=testdb |
more
Recently updated
more
Most requested
more
Last requests
|