Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorNext
  
SaCursorNext
SaCursorNext fetches the next row from the database. All user variables bound to columns are updated.
Synopsis
SaRetT SA_EXPORT_H SaCursorNext(SaCursorT* scur)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
Return value
SA_RC_SUCC Next row found SA_RC_END End of search
See also
solidDB® SA function reference