OCI_oexn

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: Returns OCI_SUCCESS if the function completes without error.


Declaration
define external integer function OCI_oexn
   (  value OCI_Handle_type cursor,
      value integer iters,
      value integer rowoff
   )


Purpose

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 )