Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.6 KB

handling-errors-and-warnings.md

File metadata and controls

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