OLEDBError.Number Property
Returns a numeric value that specifies an error. The error number corresponds to a unique trap number corresponding to an error condition that resulted after the most recent OLE DB query. Read-only Long.
Syntax
expression.Number
expression A variable that represents an OLEDBError object.
Example
This example displays the error number and other error information returned by the most recent OLE DB query.
| Visual Basic for Applications |
|---|
|