BeginTransaction |
Overloaded. Begins a transaction at the data source. |
ChangeDatabase |
Changes the current database associated with an open OdbcConnection. |
Close |
Closes the connection to the data source. This is the preferred method of closing any open connection. |
CreateCommand |
Creates and returns an OdbcCommand object associated with the OdbcConnection. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
EnlistDistributedTransaction |
Enlists in the specified transaction as a distributed transaction. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
Open |
Opens a connection to a data source with the property settings specified by the ConnectionString. |
 ReleaseObjectPool |
Indicates that the ODBC Driver Manager environment handle can be released when the last underlying connection is released. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |