dam_addRowToRowSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This function adds the row to the join rowset. Each row that is built for a specific row of the outer table should be added using this function.
int dam_addRowToRowSet(
DAM_HROWSET hrowset,
DAM_HROW hrow)
Parameters for dam_addRowToRowSet
| Parameter | Type | Description |
| IN | ||
| hrowset | DAM_HROWSET | Handle to the rowset. |
| hrow | DAM_HROW | Handle to the row. |
| RETURN | ||
| int | DAM_SUCCESS - added the row to the rowset DAM_FAILURE - error adding the row |