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