com.esri.arcgis.geodatabase
Interface IOleDBConnectionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
OLEDBWorkspaceFactory

public interface IOleDBConnectionInfo
extends Serializable

Provides access to default connection information for a OleDB database.

Product Availability

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


Method Summary
 void clearParameters(String connectionString)
          Clears OleDB connection property parameters.
 void setParameters(String connectionString, String password)
          Set OleDB connection property parameters.
 

Method Detail

setParameters

void setParameters(String connectionString,
                   String password)
                   throws IOException,
                          AutomationException
Set OleDB connection property parameters.

Product Availability

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

Supported Platforms

Windows

Parameters:
connectionString - The connectionString (in)
password - The password (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParameters

void clearParameters(String connectionString)
                     throws IOException,
                            AutomationException
Clears OleDB connection property parameters.

Product Availability

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

Supported Platforms

Windows

Parameters:
connectionString - The connectionString (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.