Programmer Guide : solidDB® SA : solidDB® SA function reference : SaCursorSetRowsPerMessage
  
SaCursorSetRowsPerMessage
SaCursorSetRowsPerMessage sets the number of rows to be sent in one network message from the server to the client.
The setting has no effect after the search has been started by function SaCursorSearch.
Synopsis
SaRetT SA_EXPORT_H
SaCursorSetRowsPerMessage(
SaCursorT* scur,
int rows_per_message)
Parameters
Parameters
Usage type
Description
scur
in, use
Pointer to a cursor object
rows_per_message
in
Number of rows to send in one network message
Return value
SA_RC_SUCC Success
SA_ERR_FAILED Error, rows_per_message < 1
See also
solidDB® SA function reference