| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
      
        | 
      
        | 
     
| 
        
        sqls_hdbc
         | 
      
        
        OADS_HDBC
         | 
      
        
        Connection handle.
         | 
     
| 
        
        pMemTree
         | 
      
        
        void *
         | 
      
        
        Tree to use for memory allocation for the connection handle and all associated data. This tree is freed when the IP returns from a call to OASQLIP_disconnect.
         | 
     
| 
        
        psqlip_hdbc
         | 
      
        
        SQLIP_HDBC *
         | 
      
        
        Allocates structure to hold connection information and return a pointer to it. This pointer is passed into connect and other functions.  | 
     
| 
        
        RETURN
         | 
      
        | 
      
        | 
     
| 
        | 
      
        
        int
         | 
      
        
        OADS_SUCCESS
        
       
        OADS_ERROR – error allocating a connection handle
         |