| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      
        | 
      
        | 
     
| 
        
        hstmt
         | 
      
        
        int64
         | 
      
        
        The statement handle
         | 
     
| 
        
        hRow
         | 
      
        
        int64
         | 
      
        
        The row handle
         | 
     
| 
        
        hCol
         | 
      
        
        int64
         | 
      
        
        The column handle
         | 
     
| 
        
        iXoType
         | 
      
        
        int
         | 
      
        
        The type of the data. This can be any data type from which a conversion to the column's data types is supported. Please refer to the following data conversion table:
        
        | 
     
| 
        
        colVal
         | 
      
        
        depends on the method used
         | 
      
        
        The .NET type of the data should correspond to the iXoType value. See Table 34.
         | 
     
| 
        
        IColValLen
         | 
      
        
        Int
         | 
      
        
        The length of the data:
        
       
        XO_NULL_DATA – indicates a null value
        
       
        For VARCHAR, CHAR and NUMERIC, either the number of characters or XO_NTS to add the entire string.
        
       
        For all other data types, 0 or any value other than XO_NULL_DATA.
         | 
     
| 
        | 
      
        
        int
         | 
      
        
        DAM_SUCCESS – added the value to the row
        
       
        DAM_FAILURE – error adding the value
         |