Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
Statement handle of the currently active statement.
|
iCmdType
|
int
|
DAM_NC_VALIDATE - validate the passed in command.
DAM_NC_EXECUTE - execute the native command and return the number of rows affected.
|
szCmd
|
String
|
The command to execute.
|
piNumResRows
|
xo_long
|
The number of rows affected by this operation.
|
RETURN
|
||
int
|
DAM_SUCCESS - in DAM_NC_VALIDATE mode, this indicates that the command is something that is supported. In DAM_NC_EXECUTE mode, this indicates that the command was successfully executed.
DAM_FAILURE - indicates there is a syntax error in the native command. The specific error message should be added using the dam_addError method.
DAM_NOT_AVAILABLE - in DAM_NC_VALIDATE mode, the command issued is not supported.
|