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

dam_getFirstValueSet

This method gets the first value set of a row that has been retrieved from the OpenAccess SDK SQL Engine for update, insert, or stored procedure processing. A value set consists of the column handle and the value for that column.
Use dam_getColToSet and dam_getValueToSet to get the corresponding column handle and the associated value. The method dam_describeCol can be used with the column handle to obtain the name and number of the target column.
int64 dam_getFirstValueSet(
int64 hstmt,
int64 hrow)
 
Table 145: Parameters for dam_getFirstIValueSet 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
hrow
int64
The row handle
RETURN
 
 
 
int64
The handle to the update/insert value set. 0 is returned if the value set is not available.

See also

dam_describeCol
dam_getColToSet
dam_getValueToSet