Programmer Guide : solidDB® SA : solidDB® SA function reference : SaArrayInsert
  
SaArrayInsert
SaArrayInsert inserts an array of values on one network message. This function places the inserted value in the array insert buffer. You can flush the buffer (that is, send the data to the server) using function SaArrayFlush.
SaArrayInsert may also perform an implicit flush if the internal cache becomes full. However, to ensure that all rows are sent to the server, you should call SaArrayFlush after you insert the last record using SaArrayInsert.
Note  
1 By default, all SA operations, even SaArrayInsert and SaArrayFlush operations, are done in autocommit mode. See SaArrayFlush for an important note about performance.
2 SaArray* functions are not supported in linked library access; they work only with the network client library. They return SA_ERR_CALLNOSUP with linked library access.
Synopsis
SaRetT SA_EXPORT_H SaArrayInsert(SaCursorT* scur)
Parameters
Parameters
Usage type
Description
scur
use
Pointer to a cursor object
Return value
SA_RC_SUCC or error code
See also
SaArrayFlush
solidDB® SA function reference