User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLExtendedFetch Function
| ODBC - SQLExtendedFetch | |
|---|---|
| Syntax | SQLRETURN SQLExtendedFetch( SQLHSTMT StatementHandle, SQLLEN FetchOrientation, SQLINTEGER FetchOffset, SQLULEN* RowCountPtr, SQLUSMALLINT* RowStatusArray); |
| 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 |