Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
The statement handle.
|
hRow
|
long
|
The row handle.
|
RETURN
|
||
int
|
DAM_SUCCESS - Added the row.
DAM_FAILURE - Failed to add the row. This could occur when values for all columns are not specified or there is an error in computing any expressions in the SELECT list. If return code is DAM_FAILURE, the IP should return from ipExecute with DAM_FAILURE.
DAM_ABORT_OPERATION - Failed to add the row when any of the specified resource quotas are exceeded. For example, if the Query Timeout occurs, this error is returned. The IP should check and return from ipExecute with DAM_FAILURE.
|