|        | |||||
|  | |||||
| function | SQLBindCol | ||||
| Sample Code | Related Syntax | Other Library Functions | 
| Library: ODBC Include: omodbc.xin | Returns: Numeric An SQL return code. The following values may be returned: 
 | 
  define external counter function sqlbindcol
     (  read-only SQL_handle_type StatementHandle,
        value counter ColumnNumber,
        value counter TargetType,
        read-only SQL_array_type TargetValue,
        value counter BufferLength,
        read-only SQL_array_type StrLen_or_Ind )
Binds application data buffers to columns in the result set.
Input arguments:
| ---- |