ACC1x: Error Using Automatic ODBC Setup with Auto Switch

Last reviewed: April 2, 1997
Article ID: Q109333
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1

SYMPTOMS

Page 663 of the Microsoft Access "User's Guide," version 1.0, and page 673 of the Microsoft Access "User's Guide," version 1.1, contains instructions for creating an ODBC installation disk or directory, and for setting up ODBC automatically.

If you follow these instructions, you will receive the error message:

   Setup is unable to install ODBC. C:\~MSODBC.T\ODBCINST.INI is
   either empty or missing.

CAUSE

There is a step missing in the instructions. The [FILES] section of the SETUP.LST file is missing two lines.

RESOLUTION

To correct this problem, open the SETUP.LST file in any text editor, such as Windows Notepad. The SETUP.LST file is located on your ODBC disk, or in the directory where the ODBC files were copied. Add the following two lines to the [FILES] section:

   ODBC.INI = ODBC.INI
   ODBCINST.INI = ODBCINST.INI

Run the Setup program again.

REFERENCES

Microsoft Access "User's Guide," version 1.0, page 663

Microsoft Access "User's Guide," version 1.1, page 673


Keywords : kbsetup StpOdbc
Version : 1.0 1.1
Platform : WINDOWS
Hardware : X86
Issue type : kbdocerr


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: April 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.