damex_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.
int64 damex_allocRow(
int64 hstmt)
Parameters for damex_allocRow
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| RETURN | ||
| int64 | The handle to a new row. A NULL is returned if a row could not be allocated. |