IDalODBCConnectionDescriptor

Assembly: Dal;

Description

The IDalODBCConnectionDescriptor interface contains properties that are used to set up additional connection parameters using ODBC driver.

Inheritance Hierarchy

IDalODBCConnectionDescriptor

Comments

The following classes can be used to connect using ODBC drivers that must be installed in the operating system:

To set up additional parameters:

  1. Create a driver instance using one of the above specified classes. Cast the obtained instance to the IDalDriver interface.

  2. Create a connection description and cast it to the IDalODBCConnectionDescriptor interface.

  Property name Brief description
ODBCParamCount The ODBCParamCount property returns the number of parameters, for which values are determined.
ODBCParamName The ODBCParamName property returns parameter name with the specified index.
ODBCParams The ODBCParams property determines a string of additional parameters values.
ODBCParamValue The ODBCParamValue property determines a value for parameter with the specified name.

See also:

Dal Assembly Interfaces