FILE: Adoacc.exe Demonstrates Using ADO with MS Access 97

ID: Q185033

The information in this article applies to:

SUMMARY

Adoacc.exe is a self-extracting compressed file containing sample code that demonstrates how to use ActiveX Data Objects (ADO) with Microsoft Access 97.

MORE INFORMATION

The following file(s) are available for download from the Microsoft Software Library:

 ~ Adoacc.exe (size: 116960 bytes) 

NOTE: Microsoft Technical Support does not support the use of ADO version 1.x within Microsoft Access 97. This sample is provided purely for informational purposes. Furthermore, this does not demonstrate or reference any OLE DB Provider for Jet. The access to ADO is being done via the OLE DB Provider for ODBC Drivers.

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

About the ADOACC Sample

The sample Adoacc.mdb database contains four ADO procedures/functions that accomplish the following:

NOTE: The OLE DB provider for ODBC must be installed on the computer that runs the Adoacc.mdb file. The provider is available as part of the Microsoft Data Access Components 1.5 (MDAC).

For more information about the MDAC 1.5, please see the REFERENCES section.

The structure of the ADO Samples is standardized so that methods, functions and procedures share the same name. Often the layout of comments and whitespace is the same. This allows you to use the WinDiff utility included with both Microsoft Visual C++ and the Microsoft Platform SDK, to compare individual files, or even entire directories.

Key module names have been used in each version of the sample to aid in this comparison:

REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q181126
   TITLE     : INFO: Redistribution for MDAC 1.5 Components Available

For additional information, please see the following Web site:

   http://www.microsoft.com/data/ 

About the ADO* Series of Samples

This is one of several identical samples implemented using ADO within various products, as listed below. The advantage is that these articles have an identical interface/functionality, demonstrating both the similarities and differences in using ADO with different languages and environments.

QNumber      Title

Q172403      FILE: Adovb.exe Demonstrates How to Use ADO with Visual Basic
Q174565      FILE: Adovc.exe Demonstrates How to Use ADO with Visual C++
Q182782      FILE: Adovj.exe Demonstrates How to Use ADO with Visual J++
Q185033      FILE: Adoacc.exe Demonstrates Using ADO with MS Access 97

Additional query words:
Keywords          : kbfile 
Version           : WINDOWS:1.0,1.5
Platform          : WINDOWS
Issue type        : kbinfo

Last Reviewed: May 3, 1999