User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLFetchScroll Function
| ODBC - SQLFetchScroll | |
|---|---|
| Syntax | SQLRETURN SQLFetchScroll( SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLLEN FetchOffset); |
| Description | Fetches the specified rowset of data from the result set and returns data for all bound columns. Rowsets can be specified at an absolute or relative position or by bookmark. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE |