Object Reference > True DBGrid Properties > Description Property |
Description Property
This property returns a string containing a brief description of the error that occurred.
error.Description
Read-only at run time. Not available at design time.
The description comes either directly from ADO itself, or from the OLE DB Provider.
Providers are responsible for passing specific error text to ADO. The grid adds an Error object to the Errors collection for each provider error or warning it receives. Examine the Errors collection to trace the errors that the provider passes.
The function of this property is identical to the ADO Description property.
Note
Property applies to Error object (OLE DB only).