adoErrNative
Previous Topic  Next Topic 

Synopsis:

       NativeValue=adoErrValue(handle,ix)

Arguments:

       handle        - The recordset handle.

       ix                - The index into the Errors collection.


Description:   This function returns the native error code (provider specific) 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 Native Error code value of the item in the Errors collection.