<< Click to Display Table of Contents >> AdoError Class |
![]() ![]() ![]() |
An Error object contains details about data access errors of a single operation involving the provider.
CLASS AdoError INHERIT AdoObject
Access |
|
Text description of the error |
|
Help context ID for the description of this error |
|
Help file containing the description of this error |
|
Error number of the most recent error |
|
Error number of the most recent error |
|
The name of the object or application that originally generated an error |
|
The SQL state for the Error object |
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
AdoObject, ADO Classes, AdoConnection:Errors