damex_allocRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method allocates a new row and returns its handle.
long damex_allocRow(long hstmt)
Parameters for damex_allocRow
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to a new row. A 0 is returned if a row could not be allocated. | |