function
|
Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin |
Returns: Returns OCI_SUCCESS if the function completes without error. |
define external integer function OCI_oexn
( value OCI_Handle_type cursor,
value integer iters,
value integer rowoff
)
This function executes an SQL statement. Array variables can be used to input multiple rows of data in one call.
Input arguments:
Example:
set RetCode to OCI_oexn( Cursor, 7, 0 )