Udostępnij przez


IDTSODBCHandles100 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 following tables list the members exposed by the IDTSODBCHandles100 type.

Public Properties

  Name Description
Bb511409.pubproperty(pl-pl,SQL.100).gif cstr Returns a String that contains the completed connection string returned by the driver.
Bb511409.pubproperty(pl-pl,SQL.100).gif hdbc Returns an Integer that contains the ODBC database connection handle.
Bb511409.pubproperty(pl-pl,SQL.100).gif henv Returns an Integer that contains the ODBC environment handle.

Top