SQLSRV is not exactly a "driver": it's a completely different PHP extension to access SQL Server databases and it has its own syntax and features. It's a Windows-only library developed and maintained by Microsoft and it's not related to the built-in SQL Server extension described here.
(Whatever, it's quite feature-rich and it's easy to learn.)
Introduction
Ces fonctions vous permettent d'accéder aux serveurs de données MS SQL.
Cette extension n'est plus disponible sous Windows avec PHP 5.3 et suivant.
SQLSRV, un pilote de remplacement pour MS SQL est disponible chez Microsoft : » http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx.
alvaro at demogracia dot com ¶
3 years ago
