PDO_SQLSRV is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MS SQL Server (starting with SQL Server 2005) and SQL Azure databases.
The most recent version of the driver is available for download here: » SQLSRV download. The driver sources are hosted in a » public repository.
For more information about system requirements, see » SQLSRV System Requirements.
On Windows the PDO_SQLSRV extension is enabled by downloading and adding appropriate DLL files to the PHP extension directory and the corresponding entry to the php.ini file.
On Linux and macOS, the PDO_SQLSRV extension can be installed using » PECL. See the » installation tutorial for details.
Le costanti qui sotto sono definite da
questo driver, e sono disponibili solo quanto l'estensione è stata o
compilata nel PHP o caricata dinamicamente a runtime. In aggiunta, queste
costanti specifiche del driver dovrebbero essere usate solo se si sta usando il driver stesso.
Utilizzare attributi specifici di mysql con il driver postgres può portare a
risultati imprevedibili. PDO::getAttribute() può essere usata per
ottenere l'attributo PDO_ATTR_DRIVER_NAME per identificare il
driver, se il codice può funzionare con driver differenti.
PDO::SQLSRV_TXN_READ_UNCOMMITTED
(int)
PDO::SQLSRV_TXN_READ_COMMITTED
(int)
PDO::SQLSRV_TXN_REPEATABLE_READ
(int)
PDO::SQLSRV_TXN_SNAPSHOT
(int)
PDO::SQLSRV_TXN_SERIALIZABLE
(int)
PDO::SQLSRV_ENCODING_BINARY
(int)
PDO::SQLSRV_ENCODING_SYSTEM
(int)
PDO::SQLSRV_ENCODING_UTF8
(int)
PDO::SQLSRV_ENCODING_DEFAULT
(int)
PDO::SQLSRV_ATTR_QUERY_TIMEOUT
(int)
PDO::SQLSRV_ATTR_DIRECT_QUERY
(int)