![]()  | 
 
  
  | 
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
    |||||
| 
 | 
||||||
| Other Library Functions | ||||||
| function | 
OCI_oexn | 
| 
Library: Oracle Call Interface database support (OMOCI)
 Include: omoci.xin  | 
Return type: Integer 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 )