BUG: MFC Wizards Fail with "Unrecognized Database Format"ID: Q232337
|
Using the MFC AppWizard or ClassWizard with a DAO data source and an Access 2000 .mdb file causes a failure with the following error message:
Unrecognized Database Format
The Wizards use DAO version 3.5, which cannot read Access 2000 .mdb files.
Convert the .mdb file to a previous version to use it with MFC AppWizard or ClassWizard.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
To convert the Access 2000 .mdb file to Access 97 format complete the following steps:
AfxGetModuleState()->m_dwVersion = 0x0601;
For additional information, click the article numbers below
Q230485 HOWTO: Create an Access 2000 database with MFC DAO
Q216152 PRB: Unrecognized Database Format Error with Access 2000
Additional query words:
Keywords : kbwizard kbDatabase kbGrpVCDB kbDSupport kbDAO360
Version : winnt:6.0
Platform : winnt
Issue type : kbbug
Last Reviewed: August 8, 1999