Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorUpdate
  
SaCursorUpdate
SaCursorUpdate updates the current row in a cursor in the database.
The cursor must be positioned to a row. Column values for the new row are taken from the user variables bound to columns.
Synopsis
SaRetT SA_EXPORT_H SaCursorUpdate(SaCursorT* scur)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
Return value
SA_RC_SUCC or error code.
See also
solidDB® SA function reference