Online Documentation for Advanced Data Export for RAD Studio VCL
DB2
| 
           Delphi type  | 
        
           SQL data type  | 
      
| 
           ftSmallint  | 
        
           INTEGER  | 
      
| 
           ftBoolean  | 
        
           BOOLEAN  | 
      
| 
           ftFloat  | 
        
           FLOAT  | 
      
| 
           ftCurrency, ftBCD, ftFMTBcd  | 
        
           NUMERIC(24,4)  | 
      
| 
           ftDate  | 
        
           DATE  | 
      
| 
           ftTime  | 
        
           TIME  | 
      
| 
           ftDateTime, ftTimeStamp  | 
        
           TIMESTAMP  | 
      
| 
           ftParadoxOle, ftArray, ftOraBlob, ftOraClob, ftDBaseOle, ftGraphic, ftBytes, ftVarBytes, ftBlob, ftTypedBinary, ftFmtMemo, ftWideString  | 
        
           BLOB  | 
      
| 
           ftMemo, ftVariant  | 
        
           CLOB  | 
      
| 
           ftLargeint  | 
        
           BIGINT  | 
      
For the rest of types the size of a field is checked. If the field size is less than 255 chars then it is converted into VARCHAR. Otherwise, into BLOB.
