Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 3.4 KB

File metadata and controls

49 lines (40 loc) · 3.4 KB
title Overview of the Microsoft Drivers for PHP for SQL Server | Microsoft Docs
ms.custom
ms.date 03/26/2018
ms.prod sql
ms.prod_service drivers
ms.service
ms.component php
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid 66559249-34c0-409d-b919-9b5bf0c4c9ec
caps.latest.revision 73
author MightyPen
ms.author genemi
manager jhubbard
ms.workload On Demand

Overview of the Microsoft Drivers for PHP for SQL Server

Download-DownArrow-CircledTo download PHP driver for SQL Server

The [!INCLUDEssDriverPHP] is a PHP extension that provides data access to SQL Server 2005 and later versions including Azure SQL Database. The extension provides a procedural interface with the SQLSRV driver and an object-oriented interface with the PDO_SQLSRV driver for accessing data in all versions of SQL Server, including Express, beginning with SQL Server 2005. Support for versions 3.1 and later of the drivers begins with SQL Server 2008. The [!INCLUDEssDriverPHP] API includes support for Windows Authentication, transactions, parameter binding, streaming, metadata access, and error handling.

To use the [!INCLUDEssDriverPHP], you must have the correct version of SQL Server Native Client or Microsoft ODBC Driver installed on the same computer PHP is running. For more information, see System Requirements for the Microsoft Drivers for PHP for SQL Server.

In This Section

Topic Description
Download-DownArrow-CircledTo download PHP driver for SQL Server Links to download drivers and source code for Microsoft PHP driver for SQL Server.
Release Notes for the Microsoft Drivers for PHP for SQL Server Lists the features that were added for versions 4.0, 3.2, 3.1, 3.0, and 2.0.
Support Resources for the Microsoft Drivers for PHP for SQL Server Provides links to resources that can be helpful when you are developing applications that use the [!INCLUDEssDriverPHP].
About Code Examples in the Documentation Provides information that might be helpful when you run the code examples in this documentation.

Reference

SQLSRV Driver API Reference
PDO_SQLSRV Driver Reference
Constants (Microsoft Drivers for PHP for SQL Server)

See Also

Getting Started with the Microsoft Drivers for PHP for SQL Server

Programming Guide for the Microsoft Drivers for PHP for SQL Server

Example Application (SQLSRV Driver)