dam_getBulkRowStatusArray
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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. |