FIX: "Attempt to load required component ODBC32.DLL failed"

Last reviewed: September 18, 1997
Article ID: Q129772
2.00 2.10 WINDOWS NT kbsetup kbfixlist kbbuglist

The information in this article applies to:

  • The Microsoft Foundation Classes (MFC) included with: Microsoft Visual C++, 32-bit Edition, versions 2.0 and 2.1

SYMPTOMS

The following error occurs when trying to access an ODBC data source from a 32-bit application under Win32s:

   Attempt to load required component ODBC32.DLL failed.

CAUSE

There are two main causes for this:

  • The ODBC components weren't installed because the ODBC setup program wasn't executed from the WIN32S\ODBC directory of the Visual C++ version 2.0 or 2.1 CD.
  • The \WIN32S\ODBC directory on the Visual C++ version 2.1 CD contains an incorrect version of the ODBC32.DLL file (the thunking driver manager). The incorrect version does not load under Win32s.

RESOLUTION

Ensure that the ODBC setup program from the WIN32S\ODBC directory has been executed.

Additionally, after installing from the Visual C++ version 2.1 CD, you'll need to copy the ODBC3216.DLL file located in the WIN32S\ODBC directory (this is the correct thunking ODBC driver manager for Win32s) to the WINDOWS\SYSTEM directory and rename it to ODBC32.DLL to replace the incorrect ODBC32.DLL.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, 32-bit Edition, versions 2.2.


Additional reference words: 2.00 2.10 3.0 3.00 3.1 3.10
KBCategory: kbsetup kbfixlist kbbuglist
KBSubcategory: MfcDatabase
Keywords : MfcDatabase kbbuglist kbfixlist kbsetup
Technology : kbMfc
Version : 2.00 2.10
Platform : NT WINDOWS
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.