dam_freeRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method frees a row of data. All memory that is associated with the row is freed by the OpenAccess SDK SQL engine. Call this method after a call to dam_isTargetRow fails.
void dam_freeRow(long hRow)
Parameters for dam_freeRow
| Parameter | Type | Description |
| INPUT | ||
| hRow | long | The row handle. |