How To Create an Access 2000 Database with MFC DAO (230485)
The information in this article applies to:
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q230485 Note Microsoft Visual C++ .NET (2002) supports both the managed code
model that is provided by the Microsoft .NET Framework and the unmanaged native
Microsoft Windows code model. The information in this article applies only to
unmanaged Visual C++ code. SUMMARY This article describes how to create an Access 2000 (Jet
4.0) database in Visual C++ 6.0. To create an Access 2000 database, it is
necessary to use DAO 3.6 by setting the version of MFC to 6.01 at run time.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
236991
PRB: Unrecognized Database Format Error with Access 2000 Database
Specify the DAO version explicitly as 0x40 in the
CDaoDatabase::Create() method as described in the MORE INFORMATION section
below. NOTE: Creating an Access 2000 database requires Jet 4.0 and DAO 3.6
installed on the computer. Jet 4.0 is installed with MDAC 2.1 and Office 2000.
DAO 3.6 is installed with Office 2000. REFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
236991
PRB: Unrecognized Database Format Error with Access 2000 Database
Modification Type: | Minor | Last Reviewed: | 8/30/2005 |
---|
Keywords: | kbDatabase kbhowto KB230485 kbAudDeveloper |
---|
|