Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorErrorInfo
  
SaCursorErrorInfo
SaCursorErrorInfo returns error information from the last operation in the cursor.
Synopsis
bool SA_EXPORT_H SaCursorErrorInfo(
  SaCursorT* scur,
  char** errstr,
  int* errcode)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
errstr
out, ref
If non-NULL, pointer to a local copy of an error string is stored into * errstr.
errcode
out
If non-NULL, error code is stored into * errcode.
Return value
TRUE If there are errors, errstr and errcode are updated. FALSE If there are no errors, errstr and errcode are not updated.
See also
solidDB® SA function reference