Small company logo:
   History
 
Advertising banner:
 
 Statement.BindType
Home • Help • Customization Tools • FCAS • Language Reference • Statement.BindType
 
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.