ctsqlNext
Retrieve the next row from cursor.
Declaration
CTSQLRET ctsqlNext(pCTSQLCURSOR hCursor)
Description
ctsqlNext() retrieves the next row from cursor.
Return
ctsqlNext() returns CTSQLRET_OK on success.
Symbolic Constant |
Explanation |
SQL_ERR_BADARG |
Bad arguments. |
CTSQL_NOTFOUND |
No more rows exist in the result set. |