PRB: The Data Form Wizard May Not Open an Access 2000 Database

ID: Q242010


The information in this article applies to:
  • Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 6.0
  • Microsoft Access 2000


SYMPTOMS

If you use the Visual Basic Data Form Wizard to open an Access 2000 database you may get the following error:

"Unrecognized Database Format '....\your_database_name.mdb'"


CAUSE

The Visual Basic Data Form Wizard uses the Jet OLEDB 3.5 Provider which does not recognize the Access 2000 database format.


RESOLUTION

Open the Access 2000 database through an ODBC DSN using the Access ODBC driver version 4.0.

-- Or --

Build your form manually using either the Jet OLEDB version 4.0 provider or an ODBC DSN through the Access ODBC driver version 4.0


MORE INFORMATION

Steps to Reproduce Behavior

  1. Start a new Visual Basic project.


  2. Add a new Form using the Visual Basic Data Form Wizard.


  3. Click Next in the Introduction dialog box.


  4. Choose Access in the Database Type dialog box.


  5. Point to Access 2000 in the Database dialog box.


  6. Click Next and you receive the error you saw in the Symptoms section.



REFERENCES

Q238401 "PRB: Unrecognized Database Format Error Upgrading to Access 2000"

Additional query words: kbgrpvbdb kbdsupport kbdatabase kbAccess

Keywords : kbADO kbGrpVBDB kbGrpMDAC kbDSupport
Version : WINDOWS:2000,6.0
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.