skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getBulkRowStatusArray
 

dam_getBulkRowStatusArray

This function returns the row status array in which the insert status of each row is updated during bulk insert.
int dam_getBulkRowStatusArray(DAM_HSTMT hstmt,
unsigned short** ppParamStatusArray)
Table 99. Parameters for dam_getBulkRowStatusArray
Parameters
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
ppParamStatusArray
unsigned short**
A pointer to the status array.
RETURN
int
DAM_SUCCESS — on success.
DAM_FAILURE — on failure.