adoErrValue
Previous Topic  Next Topic 

Synopsis:

       value=adoErrValue(handle,ix)

Arguments:

       handle        - The recordset handle.

       ix                - The index into the Errors collection.


Description:   This function returns the error value of an error in the Errors collection from the underlying connection object specified by handle.     The ix argument is the index number of the error (starting from 0) in the Errors collection to return.


Returns:   Returns the Error code value of the item in the Errors collection.