Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
The statement handle of the current statement.
|
RETURN
|
||
long
|
The handle to the update row. 0 is returned if an update row is not available. This handle can be passed to 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.
|