OCI_oclose

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_oclose ( value OCI_Handle_type cursor )


Purpose

This function disconnects a cursor from the data area in the Oracle server with which it is associated.

Input argument:

Example:

  set RetCode to OCI_oclose( Cursor )