Programmer Guide : solidDB® SA : solidDB® SA function reference : SaSetSortMaxFiles
  
SaSetSortMaxFiles
SaSetSortMaxFiles sets the maximum number of files that the connection uses for local sorts (sorts that are done on the client side by the SA library).
Synopsis
SaRetT SA_EXPORT_H SaSetSortMaxFiles( SaConnectT* scon,
  unsigned int nfiles)
Parameters
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
nfiles
in
Maximum number of files
Note The usage type includes out because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC when OK or SA_ERR_FAILED when specified number of files is too small (< 3).
See also
solidDB® SA function reference