|        | |||||
|  | |||||
| function | SQLFetch | ||||
| 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 SQLFetch
     (  read-only SQL_handle_type StatementHandle  )
Fetches the next row of data from the result set and returns data for all bound columns.
Input argument:
| ---- |