![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | OCI_oexn | ||||
| Other Library Functions |
|
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_oexn
( value OCI_Handle_type cursor,
value counter iters,
value counter 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 )
| ---- |