|        | |||||
|  | |||||
| function | OCI_ofetch | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | Returns: Numeric Returns OCI_SUCCESS if the function completes without error. | 
define external counter function OCI_ofetch ( value OCI_Handle_type cursor )
This function returns rows of a query to the program, one row at a time.
Input argument:
Example:
set RetCode to OCI_ofetch( Cursor )
| ---- |