downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Instalación/Configuración> <Mssql
[edit] Last updated: Sat, 25 May 2013

view this page in

Introducción

Estas funciones permiten el acceso a la base de datos MS SQL Server.

Esta extensión ya no está disponible en Windows con PHP 5.3 o posterior.

SQLSRV, un controlador alternativo para MS SQL, está disponible desde Microsoft: » http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx.



add a note add a note User Contributed Notes Introducción - [1 notes]
up
-2
alvaro at demogracia dot com
3 years ago
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.)

 
show source | credits | sitemap | contact | advertising | mirror sites