Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_FreeRowSet

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

This function frees the specified rowset. All memory associated with the rowset and rows contained in this rowset are freed by the SQL engine. This function is used in Join Push Down mode when the IP creates a rowset using dam_allocRowset but does not call dam_addJoinRowSet (for example, an error occurred in building rows, or unexpected error occurred). The function should call dam_freeRowSet to release the rowset and rows added to it.

void dam_FreeRowSet(
    DAM_HROWSET hrowset)

Parameters for dam_FreeRowSet

Parameter Type Description
IN
hrowset DAM_HROWSET The rowset handle.
RETURN
NONE
TitleResults for “How to create a CRG?”Also Available inAlert