The information in this article applies to:
BUG #: 2725 (OLEDBSDK) SYMPTOMSIn the Oledb.h header file, the IsEqualGUIBase(...) function is defined by the following lines:
This function will always return TRUE, because it is comparing rguid1.Data2
to itself (rguid1.Data2).
WORKAROUNDTo work around this problem, change the second parameter in the memcmp function from rguid1.Data2 to rguid2.Data2. The following is the correct function definition:
STATUSMicrosoft has confirmed this to be a problem in the OLE Database SDK version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: OLE DB 1.00
Keywords : ODBC kbSDKODBC |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |