|
|||||
function | OCI_oopen |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_oopen ( value OCI_Handle_type cursor, value OCI_Handle_type lda )
This function opens the specified cursor.
Input arguments:
Example:
set RetCode to OCI_oopen( Cursor, Connection )
---- |