| |
| Name | Returns | Description |
|---|---|---|
| Description | String | A description string associated with the error. Read-only. |
| HelpContext | Integer | Indicates the ContextID in the help file for the associated error. Read-only. |
| HelpFile | String | Indicates the name of the help file. Read-only. |
| NativeError | Long | Indicates the provider-specific error code for the associated error. Read-only. |
| Number | Long | Indicates the number that uniquely identifies an Error object Read-only.. |
| Source | String | Indicates the name of the object or application that originally generated the error. Read-only. |
| SQLState | String | Indicates the SQL state for a given Error object. It is a fivecharacter string that follows the ANSI SQL standard. These error codes are documented in the ANSI SQL standard, but may be implemented differently by different data sources. Read-only. |
| |