Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Error object: Description PropertySyntax
Returns a string that describes the error. This is the default property. The Description property
returns a string that is a brief textual description of the error. This
is the default property for the Error object. Since both the
provider and ADO can generate errors, either may be the source of the
error.
ExampleFor Each objError in objConnection
|