The information in this article applies to:
SUMMARY
The Microsoft Data Access SDK 2.1 update does not include all of the needed Visual C++ support files for the Microsoft Jet OLE DB Provider 4.0. This patch includes all of the needed header files, .lib files, and .idl files for the Jet OLE DB Provider 4.0. MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: JetVC.exeRelease Date: Jul-23-1999 For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. Description Of Files Included in JetVC.exe
Directions for Use of Jet OLE DB Support Files in Visual C++If you are using just the core OLE DB interfaces with the Jet Provider, you need to include only Msjetoledb.h in your project.If you are using one or more of the Jet extended OLE DB interfaces (IDBUserAttributes, IIdle, or IJetCompact), you need to include Jetoledb.h as well as link your project with the appropriate Jetoledb.lib file (from either the Intel or Alpha folder). If you want to use the Jetoledb.idl file with your project, you also need to include Idlmulti.h in your project. Also note that Jetoledb.idl references the Oledb.idl file installed by the Microsoft Data Access SDK 2.1. The Oledb.idl file is installed under the MDACSDK\unsupported\idl folder. Note that Oledb.idl also references other .idl files in the same folder, so for best results you should append the MDACSDK\unsupported\idl folder to your project include folders if you are using Jetoledb.idl. REFERENCES
The updated version of this header file can also be found with Visual Studio 6.0 Service Pack 3 (SP3). See the Readme.htm file provided with the service pack for more information. This Readme file can also be downloaded from the service pack download site at the following location: http://msdn.microsoft.com/vstudio/spThe Data Access SDK Update 2.1 can be downloaded from: http://www.microsoft.com/data. Additional query words: dasdk mdac jolt
Keywords : kbfile kbpatch kbDatabase kbJET kbOLEDB kbProvider kbGrpVCDB kbGrpMDAC kbDSupport |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |