Select the product you need help with
INFO: Underlying OLE and OLEDB Provider Errors Are Exposed Through ADOArticle ID: 168354 - View products that this article applies to. This article was previously published under Q168354 On This PageSUMMARY ActiveX Data Objects (ADO) processes errors by raising
them, if possible, into the Errors Collection. The Errors Collection contains
one Error object for each error that ADO processed from its underlying
provider. Often, the value for these errors is a numeric HRESULT that is raised
by a provider such as OLE DB or even OLE itself. Because of these underlying
components, they and their HRESULTS are not documented within the ADO online
documentation. This article points to a list of HRESULTS that may be raised to ADO from the more common sources. MORE INFORMATION For additional information about a specific error, query on
either the hexadecimal or decimal value of the error message, or query on the
actual error message. Two Values, One HRESULTDepending upon the development environment, and the mechanism that is used to trap error conditions, you may see HRESULTS in one of two forms:0x80004005 (hex) -2147467259 (long) Oledberr.exe contains a list of HRESULTS that may be raised to ADO from the more common sources. The following file is available for download from the Microsoft Download Center: Collapse this image ![]()
(http://download.microsoft.com/download/ado/errors/1.0/win98me/en-us/oledberr.exe)
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base: 119591 Microsoft scanned this file for viruses. Microsoft used the most
current virus-detection software that was available on the date that the file
was posted. The file is stored on security-enhanced servers that help to
prevent any unauthorized changes to the file.
(http://support.microsoft.com/kb/119591/EN-US/
)
How to Obtain Microsoft Support Files from Online Services
PropertiesArticle ID: 168354 - Last Review: August 5, 2004 - Revision: 2.2 APPLIES TO
|




Back to the top








