Article ID: 291014 - Last Review: September 26, 2005 - Revision: 1.2 FIX: Specific Error Messages Not Returned by ADO/WFCThis article was previously published under Q291014 On This PageSYMPTOMS
When using the ActiveX Data Objects for Windows Foundation Classes (ADO/WFC) to access a database, specific error codes are not returned when exceptions are thrown. With ADO 2.5 and 2.6, all errors are returned as the following:
Unknown error(0x800a0cb3)
CAUSE
The IErrorInfo interface is not correctly exposed in ADO 2.5 and ADO 2.6. As a result, the WFC classes are unable to get details of the exception, causing WFC to report a more generic error.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft Data Access Components 2.6. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
300635
(http://support.microsoft.com/kb/300635/EN-US/
)
INFO: How to Obtain the Latest MDAC 2.6 Service Pack
HotfixThe English version of this fix should have the following file attributes or later:Date Time Version Size File name ------------------------------------------------------------- 02/20/01 20:53 2.61.7219.0 528,656 bytes Msado15.dll 04/11/01 304,128 bytes Q291014_MDAC26_SP1_x86_en.exe STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft Data Access Components 2.6 Service Pack 1. MORE INFORMATIONSteps to Reproduce BehaviorThe following Visual J++ code can be used to illustrate the problem:After the fix has been applied, this code produces the following error instead:
Item cannot be found in the collection corresponding to the requested name or ordinal.
| Article Translations
|
Back to the top
