| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_ocan | 
  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_ocan ( value OCI_Handle_type cursor )
This function cancels a query after the desired number of rows has been fetched.
Input argument:
Example:
set RetCode to OCI_ocan( Cursor )
| ---- |