Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_getNextValueSet

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

This method gets the next value set of an update or an insert row. A value set consists of the column handle and the value for that column.

Related functions:

  • dam_getColToSet and dam_getValueToSet retrieve the corresponding column handle and the associated value.
  • dam_describeCol can be used with the column handle to get the name and number of the target column.
int64 dam_getNextValueSet(
int64 hstmt)

Parameters for dam_getNextValueSet

Parameter Type Description
IN    
hstmt int64 The statement handle
RETURN    
  int64 The handle to the update/insert value set. A NULL is returned if value set is not available.

See also

TitleResults for “How to create a CRG?”Also Available inAlert