I have a column name as DATE and TIME in target table which is under MS ACCESS file data store. so I tried to insert the values by 'QUERY' and also 'DATA COMPARISON' but no use it shows error. It has worked fine when I renamed the column name as T_DATE and T_TIME instead of DATE and TIME.
Unable to insert record when 'DATE' and 'TIME' as a column name.
The target data source table is using by my applications sql queries. I should load the data in target table without renaming the column name.
Also I remind u the data store is from MICROSOFT ACCESS FILE.
Plz give me the solutions ASAP.