com.esri.arcgis.datasourcesoledb
Interface IESRIDataSourceCreate

All Superinterfaces:
Serializable
All Known Implementing Classes:
FdoAdoConnection

public interface IESRIDataSourceCreate
extends Serializable

Provides access to members that create OLE DB Data Source objects from a workspace.

Product Availability

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


Method Summary
 Object createDataSource(IWorkspace pWorkspace)
          Creates an OLEDB-FDO Data Source object and connects to existing Workspace.
 

Method Detail

createDataSource

Object createDataSource(IWorkspace pWorkspace)
                        throws IOException,
                               AutomationException
Creates an OLEDB-FDO Data Source object and connects to existing Workspace.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.