SQLMoreResults (level two only)
SQLMoreResults determines whether more results are available on an hstmt that contains SELECT, UPDATE, INSERT, or DELETE statements and, if so, initializes processing for those results.
The following table describes the SQLSTATE and error values
for SQLMoreResults.
SQLSTATE | Error value | Error message |
---|---|---|
01000 | -11001 | General warning |
S1000 | -11060 | General error |
S1001 | -11061 | Memory-allocation failure |
S1008 | -11065 | Operation canceled |
S1010 | -11067 | Function-sequence error |
S1T00 | -11094 | Time-out expired |
08S01 | -11301 | A protocol error has been detected. Current connection is closed. |