|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLSetScrollOptions |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: Integer Returns: An SQL return code. The following values may be returned:
|
define external integer function SQLSetScrollOptions
( read-only SQL_handle_type StatementHandle,
value integer Concurrency,
value integer KeySetSize,
value integer 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:
| ---- |