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