Contains the code of OLE DB Error.
property OLEDBErrorCode: integer;
The OLEDBErrorCode holds the code of OLE DB Error. Refer to MSDN for the detailed description of the error code. Using OLEDBErrorCode is more preferable than using ErrorCode, as decoding the last one depends on the class of an error (EOLEDBError or EMSError).