The information in this article applies to:
SUMMARYOLE DB applications, providers, and consumers can use redistributable components from the OLE DB SDK to enhance their products. This article provides some guidelines for redistributing these SDK components, and describes specific scenarios and the components required to support each scenario. MORE INFORMATIONOLE DB applications, providers, and consumers should install all OLE DB SDK redistributable files to the directory specified by the registry subkey HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\MSSetup. The system library Msvcrt40.dll, which is required by all OLE DB implementations, should be installed in the user's system directory. All Providers Should Install the Root Enumerator ObjectAll OLE DB providers should install the OLE DB root enumerator object, to ensure that applications and consumers can find the provider on the user's computer. The provider's installation should install the following files:Msdaenum.dll Providers Requiring Error ServicesOLE DB providers that require the services of the Error object must compile with the Msdaguid.h header file. The provider's installation should install the following files on the user's computer:Msdaer.dll Providers Requiring Data Conversion ServicesOLE DB providers that require the services of the Data Conversion object must compile with the Msdaguid.h header file. The provider's installation should install the following file on the user's computer:Msdadc.dll Implementations Requiring Access to SQL DataOLE DB applications and consumers that require access to SQL data can use the ODBC provider. These implementations must compile with the Msdasql.h header file. The implementation's installation should install the following files:Msdasql.dll Additional query words: ODBC
Keywords : |
Last Reviewed: August 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |