dam_getNextInsertRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the next row of data to be used for inserting into your data source.
Related functions:
- dam_getFirstValueSet and dam_getNextValueSet step through the columns of the insert row.
- dam_getColToSet and dam_getValueToSet obtain the corresponding column handle and the associated value.
- dam_describeCol with the column handle retrieves the name and number of the target column.
int64 dam_getNextInsertRow(
int64 hstmt)
Parameters for dam_getNextInsertRow
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| RETURN | ||
| int64 | The handle to the insert row. NULL is returned if an insert row is not available. |