The information in this article applies to:
SUMMARYAdoacc.exe is a self-extracting compressed file containing sample code that demonstrates how to use ActiveX Data Objects (ADO) with Microsoft Access 97. The sample code may be converted to use Microsoft Access 2000. MORE INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file: ADOACC.EXENOTE: 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 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. About the ADOACC SampleThe sample Adoacc.mdb database contains four ADO procedures/functions that accomplish the following:
http://microsoft.com/dataThe 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:
NOTES: You should replace the Reference to Microsoft ActiveX Data Objects 2.0 Library with a Reference to the latest version of Microsoft ActiveX Data Objects Library. REFERENCESFor additional information, please see the following Web site: http://www.microsoft.com/data/ About the ADO* Series of SamplesThis 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 and TitleQ172403 FILE: Adovb.exe Demonstrates How to Use ADO with Visual Basic Q220152 Sample: ADOVC1 Simple ADO/VC++ Application Q182782 FILE: Adovj.exe Demonstrates How to Use ADO with Visual J++ Additional query words:
Keywords : kbfile kbAccess kbADO150 kbADO200 kbDatabase kbGrpVBDB kbGrpMDAC kbDSupport kbADO210sp2 |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |