Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.6 KB

File metadata and controls

34 lines (25 loc) · 1.6 KB
title Handling errors and warnings
description This topic provides information about handling errors and warnings when using the Microsoft SQLSRV Driver for PHP for SQL Server
author David-Engel
ms.author davidengel
ms.date 08/10/2020
ms.service sql
ms.subservice connectivity
ms.topic conceptual

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