Indicates whether there are more commands to be processed.
RETCODE dbmorecmds ( PDBPROCESS dbproc );
SUCCEED to indicate more results in the command batch; otherwise, FAIL.
It should be called after dbnextrow returns NO_MORE_ROWS. If you know that the current command does not return any rows, you can call dbmorecmds after dbresults returns SUCCEED.
You can get the same information by calling dbresults until it returns NO_MORE_RESULTS.
dbcmdrow | dbrows |
dbnextrow | dbrowtype |
dbresults |