|
|||||
function | OCI_oexec |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_oexec ( value OCI_Handle_type cursor )
This function executes the SQL statement associated with a cursor.
Input argument:
Example:
set RetCode to OCI_oexec( Cursor )
---- |