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.)
導入
以下の関数によりMS SQL Server データベースにアクセス可能となります。
この拡張モジュールは、Windows 版では PHP 5.3 以降使うことができません。
SQLSRV という別の MS SQL ドライバが、Microsoft から » http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx で公開されています。
alvaro at demogracia dot com ¶
3 years ago
