Indicates whether there are more commands to be processed.
RETCODE dbmorecmds ( PDBPROCESS dbproc );
where
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 is returning no 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, dbnextrow, dbresults, dbrows, dbrowtype