User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLFetch Function
| ODBC - SQLFetch | |
|---|---|
| Syntax | SQLRETURN SQLFetch( SQLHSTMT StatementHandle); |
| Description | Fetches the next rowset of data from the result set and returns data for all bound columns. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE |
Equivalents in Other Databases API
| Database API | Equivalent |
|---|---|
| Sybase CT-LIB | ct_fetch |