The Error Object | |
An Error object contains the details about data access errors pertaining to a single operation involving the provider. |
Description | |
Returns: String | Method |
A description string associated with the error. Read only. |
HelpContext | |
Returns: Integer | Method |
Indicates the ContextID in the help file for the associated error. Read only. |
HelpFile | |
Returns: String | Method |
Indicates the name of the help file. Read only. |
NativeError | |
Returns: Long | Method |
Indicates the provider-specific error code for the associated error. Read only. |
Number | |
Returns: Long | Method |
Indicates the number that uniquely identifies an Error object. Read only. |
Source | |
Returns: String | Method |
Indicates the name of the object or application that originally generated the error. Read only. |
SQLState | |
Returns: String | Method |
Indicates the SQL state for a given Error object. It is a five-character string that follows the ANSI SQL standard. Read only. |