|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_oexn |
Available in:
Sold separately |
|
Library: omoci - Oracle Call Interface database support
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 )
| ---- |