The information in this article applies to:
SYMPTOMSIf you convert an Access97 (Jet 3.5) database to Access 2000 (Jet 4.0) format using DAO 3.6 and then attempt to open it with Access 2000, a "Convert Database" dialog box appears. This dialog box is misleading because the database is in JET 4.0 format. RESOLUTIONAlthough Access 2000 displays a dialog box indicating that the database needs to be converted, the database actually is in Jet 4.0 format. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONCreate a new Visual Basic Standard EXE project and then paste the following code in the General Declarations section and set a reference to DAO 3.6. This example uses an Access97 Biblio.mdb:
Run the project and click the Form.Alternatives to DAO 3.6 CompactDatabase for converting are:
REFERENCESFor additional information, please click the article numbers below to view the articles in the Microsoft Knowledge Base: Q230501 HOWTO: Compacting Microsoft Access Database via ADO Q141796 HOWTO: Identify the Jet Database Engine Components Q225048 INFO: Issues Migrating from DAO/Jet to ADO/Jet Q196809 PRB: CompactDatabase Method Requires Locale to Convert 2.0 MDB Additional query words:
Keywords : kbDAO kbDatabase kbGrpVBDB kbDSupport kbDAO360bug |
Last Reviewed: October 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |