Share via


IDTSODBCHandles100 Members

Include Protected Members
Include Inherited Members

Defines the native interface for the ODBC connection. A reference to this interface is returned from the AcquireConnection method when the ConnectionManager is of type ODBC.

The IDTSODBCHandles100 type exposes the following members.

Properties

  Name Description
Public property cstr Returns a String that contains the completed connection string returned by the driver.
Public property hdbc Returns an Integer that contains the ODBC database connection handle.
Public property henv Returns an Integer that contains the ODBC environment handle.

Top