Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle of the current statement.
|
RETURN
|
||
DAM_HROW
|
The handle to the update row. NULL is returned if an update row is not available.
This handle can be passed to the advanced functions damex_getFirstUpdateSet and damex_getNextUpdateSet.
Do not call dam_freeRow on this handle to free this row. It is automatically freed by the OpenAccess SDK SQL engine.
|