| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle.
         | 
     
| 
        
        OUT
         | 
      ||
| 
        
        pcCatalog
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The database catalog. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pcUserName
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The name of the user. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pcPassword
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The password of the user. The password string is DAM_OPS_PASSWORD, to indicate that the password was specified as EXTERNALLY. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pcUserData
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The user data string. Pass in a buffer of 128 characters.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        Status of the function call:
        
       
        DAM_SUCCESS on success
        
       
        DAM_FAILURE on error
        
       
        DAM_NO_DATA_FOUND on no data retrieved.
         |