dam_allocOutputRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method allocates an output row and returns its handle. The OpenAccess SDK SQL engine allocates the memory that is required by the row. Use this row to provide return values and output values from stored procedure calls.
long dam_allocRow(long hstmt)
Parameters for dam_allocOutputRow
| 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. | |