Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorOpen
  
SaCursorOpen
SaCursorOpen opens a cursor.
All SaCursorColXXX operations must be done before the cursor is opened. When the cursor is opened, possible existing search is terminated. Also, all search criteria specified for the cursor are cleared.
After the cursor is opened, user can insert new rows to the cursor or specify search criteria. Cursor must be opened before a search can be started.
Synopsis
SaRetT SA_EXPORT_H SaCursorOpen(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