solidDB Help : solidDB reference : 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
The following table describes the parameters:
 
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
Return value
SA_RC_SUCC or error code.
Go up to
solidDB SA: Function reference