skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_allocOutputRow
 

dam_allocOutputRow

This method allocates an output row and returns its handle. The OpenAccess SDK SQL Engine allocates the memory required by the row. Use this row to provide return values and output values from stored procedure calls.
int dam_allocRow(
int64 hstmt)
 
Table 96: Parameters for dam_allocOutputRow 
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.