Purpose
Returns or assigns an integer value indicating the ODBC column binding of a statement.
Syntax
DBStatement.BindType [= Constant]
Constant |
Possible values: |
|
SQL_BIND_TYPE_DEFAULT |
Row-wise binding. This is the default. |
|
SQL_BIND_BY_COLUMN |
Column binding. |
|