|        | |||||
|  | |||||
| function | SQLSetScrollOptions | ||||
| 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 SQLSetScrollOptions
     (  read-only SQL_handle_type StatementHandle,
        value counter Concurrency,
        value counter KeySetSize,
        value counter RowSetSize )
Sets options that control the behavior of cursors associated with a statement handle. This function has been superseded by SQLSetStmtAttr in ODBC 3.0. 
Input arguments:
| ---- |