AdoError Class

<< Click to Display Table of Contents >>

Navigation:  Ado Classes >

AdoError Class

Previous pageReturn to chapter overviewNext page

Purpose

 

An Error object contains details about data access errors of a single operation involving the provider.

 

Prototype

 

CLASS AdoError INHERIT AdoObject

 

Access

 

Description

Text description of the error

HelpContext

Help context ID for the description of this error

HelpFile

Help file containing the description of this error

NativeError

Error number of the most recent error

Number

Error number of the most recent error

Source

The name of the object or application that originally generated an error

SQLState

The SQL state for the Error object

 

Description

Note

You will NEVER have to create an AdoError Object yourself. These objects are created by Ado and stored in the Errors Collection of the AdoConnection involved

 

See Also

 

AdoObject, ADO Classes, AdoConnection:Errors