![]()  | 
 
  
  | 
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
    |||||
| 
 | 
||||||
| Other Library Functions | ||||||
| function | 
OCI_oopen | 
| 
Library: Oracle Call Interface database support (OMOCI)
 Include: omoci.xin  | 
Return type: Integer Returns: OCI_SUCCESS if the function completes without error.  | 
  define external integer 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 )