Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
The statement handle of the current statement.
|
hTargetRow
|
long
|
The handle of the row for which the update operation will be applied. This would be a row that passes the dam_isTargetRow call.
|
RETURN
|
||
long
|
The handle to the update row. 0 is returned if an update row is not available. This handle is required by dam_getFirstValueSet. Do not call dam_freeRow on this handle to free this row. It is automatically freed by the OpenAccess SDK SQL engine.
|