sqlsrv_set_error_handling()
sqlsrv_set_error_handling( $constant)
Parameters
| $constant |
| ADODB_mssqlnative | Connection object. For connecting to databases, and executing queries. |
| ADORecordset_mssqlnative | RecordSet class that represents the dataset returned by the database. |
| ADORecordSet_array_mssqlnative | This class encapsulates the concept of a recordset created in memory as an array. This is useful for the creation of cached recordsets. |