damex_addRowToTable
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function adds the row to the result set. All rows added to the result set are sent back to the client.
int damex_addRowToTable(
DAM_HSTMT hstmt,
DAM_HROW hRow)
Parameters for damex_addRowToTable
| Parameter | Type | Description |
| IN | ||
| hstmt | DAM_HSTMT | The statement handle. |
| hRow | DAM_HROW | The row handle. |
| RETURN | ||
| int | DAM_SUCCESS - Added the row. DAM_FAILURE - Failed to add the row. |