History
Statement.BindType
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Statement.BindType
BindType (database statements)
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.