PDO Drivers
PHP Manual

Microsoft SQL Server and Sybase Functions (PDO_DBLIB)

Introducere

Avertizare

Această extensie este EXPERIMENTALĂ. Comportamentul acestei extensii ߞ - inclusiv denumirile funcțiilor sale și orice alte aspecte documentate în privința acestei extensii ߞ - pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această extensie la propriul risc.

PDO_DBLIB is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Microsoft SQL Server and Sybase databases through the FreeTDS libary.

This extension is not available anymore on Windows with PHP 5.3 or later.

On Windows, you should use SqlSrv, an alternative driver for MS SQL is available from Microsoft: » http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx .

If it is not possible to use SqlSrv, you can use the PDO_ODBC driver to connect to Microsoft SQL Server and Sybase databases, as the native Windows DB-LIB is ancient, thread un-safe and no longer supported by Microsoft.

Cuprins


PDO Drivers
PHP Manual