|
||||||||||
|
||||||||||
Other Library Functions |
function | OCI_ofen |
Available in:
Sold separately |
Library: omoci - Oracle Call Interface database support
Include: omoci.xin |
Return type: Integer Returns: OCI_SUCCESS if the function completes without error. |
define external integer function OCI_ofen ( value OCI_Handle_type cursor, value integer nrows )
This function fetches one or multiple rows into arrays of variables, taking advantage of the Oracle array interface.
Input arguments:
Example:
set RetCode to OCI_ofen( Cursor, 3 )
---- |