Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

damex_getNextUpdateSet

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

This method returns the details of the next UPDATE column=value pair in the UPDATE query. Use it for navigating the UPDATE value list. Call this method after calling damex_getFirstUpdateSet.

int64 damex_getNextUpdateSet(
int64 hquery, 
int64 phcol)

Parameters for damex_getNextUpdateSet

Parameter Type Description
IN    
hquery int64 The query handle. When using this method in the regular IP mode, DAM_HSTMT should be passed for the query handle.
phcol int64 The column handle of the column to be updated
RETURN    
  int64 The handle to the update value expression. Use damex_describeValExp to get details of the value. A value of zero is returned at the end of the list.

See also

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