|        | |||||
|  | |||||
| function | SQLMoreResults | ||||
| Related Syntax | Other Library Functions | 
| Library: ODBC Include: omodbc.xin | Returns: Numeric An SQL return code. The following values may be returned: 
 | 
  define external counter function SQLMoreResults
     (  read-only SQL_handle_type StatementHandle  )
Determines whether there are more results available on an StatementHandle containing SELECT, UPDATE, INSERT, or DELETE statements and, if so, initializes processing for those results.
Input argument:
| ---- |