dam_allocRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method allocates a new row and returns its handle. The OpenAccess SDK SQL engine allocates the memory that is required by the row. A row should be freed if the dam_isTargetRow call fails. A new row must be allocated for each data set that you want to evaluate using dam_isTargetRow.
long dam_allocRow(long hstmt)
Parameters for dam_allocRow
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to a new row. If a row could not be allocated, 0 is returned. | |