dam_addOutputRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function provides the row to the OpenAccess SDK SQL engine for returning return values and output parameters from stored procedures.
int dam_addOutputRow(
DAM_HSTMT hstmt,
DAM_HROW hRow)
Parameters for dam_addOutputRow
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| hRow | DAM_HROW | The row handle obtained from dam_allocOutputRow. |
| RETURN | ||
| int | DAM_SUCCESS - Added the row DAM_FAILURE - Failed to add the row |