Assembly: Dal;
The IDalODBCConnectionDescriptor interface contains properties that are used to set up additional connection parameters using ODBC driver.
IDalODBCConnectionDescriptor
The following classes can be used to connect using ODBC drivers that must be installed in the operating system:
To set up additional parameters:
Create a driver instance using one of the above specified classes. Cast the obtained instance to the IDalDriver interface.
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: