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


IFDOToADOConnection Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesOleDB)  

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

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

CoClasses that implement IFDOToADOConnection

CoClasses and Classes Description
FdoAdoConnection Esri FDO to ADO Connection Object.

See Also

IWorkspace Interface | IWorkspaceFactory Interface

.NET Related Topics

DataSourcesOleDB