This document is archived and information here might be outdated.  Recommended version.


IFDOToADOConnection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesOLEDB > ESRI.ArcGIS.DataSourcesOleDB > Interfaces > IF > IFDOToADOConnection Interface
ArcGIS Developer Help

IFDOToADOConnection Interface

Provides access to members that create or connect to an ADO connection from a workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IFDOToADOConnection is used to either create an ADO (ActiveX Data Objects) connection from a workspace or connect an existing ADO connection to a workspace.

Members

Name Description
Method Connect Connects a Workspace object to an ADO connection object.
Method CreateADOConnection Creates an ADO connection from a Workspace.

Classes that implement IFDOToADOConnection

Classes Description
FdoAdoConnection Esri FDO to ADO Connection Object.

See Also

IWorkspace Interface | IWorkspaceFactory Interface