Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.63 KB

File metadata and controls

38 lines (29 loc) · 1.63 KB
title Handling Errors and Warnings | Microsoft Docs
ms.custom
ms.date 03/26/2018
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 0afea5d5-8797-4a85-b1b4-8cde1f3888a3
author MightyPen
ms.author genemi
manager craigg

Handling Errors and Warnings

[!INCLUDEDriver_PHP_Download]

If you are using the PDO_SQLSRV driver, you can find more information about errors and error handling on the PDO website.

Topics in this section provide information about handling errors and warnings with the SQLSRV driver of the [!INCLUDEssDriverPHP].

In This Section

Topic Description
How to: Configure Error and Warning Handling Using the SQLSRV Driver Demonstrates how to change configuration settings for handling errors and warnings.
How to: Handle Errors and Warnings Using the SQLSRV Driver Demonstrates how to handle errors and warnings separately.

Reference

sqlsrv_errors

sqlsrv_configure

sqlsrv_get_config

See Also

Programming Guide for the Microsoft Drivers for PHP for SQL Server