|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_oclose |
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_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 )
| ---- |