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

dam_addOutputRow

This method provides the row to the OpenAccess SDK SQL Engine for returning return values and output parameters from stored procedures.
int dam_addOutputRow(
int64 hstmt,
int64 hRow)
 
Table 91: Parameters for dam_addOutputRow 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
hRow
int64
The row handle obtained from dam_allocOutputRow
RETURN
 
 
 
int
DAM_SUCCESS – Added the row
DAM_FAILURE – Failed to add the row

See also 

dam_allocOutputRow