User Documentation
Ispirer Toolkit Overview
Pricing
| ODBC - SQLMoreResults | |
|---|---|
| Syntax | SQLRETURN SQLMoreResults( SQLHSTMT StatementHandle); |
| Description | Determines whether more results are available on a statement containing SELECT, UPDATE, INSERT, or DELETE statements and, if so, initializes processing for those results. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_NO_DATA, SQL_ERROR, SQL_INVALID_HANDLE, OR SQL_PARAM_DATA_AVAILABLE |