dam_getBulkRowStatusArray
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns a byte array to indicate the insert status of each row during bulk insert.
byte[] dam_getBulkRowStatusArray(long hstmt)
Parameters for dam_getBulkRowStatusArray
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| byte[] | A byte array DAM_SUCCESS - on success. DAM_FAILURE - on failure. |
|