Hello all,
I would like to import a comma separated values file to DB2 UDB 8.2.
This file also contains values of type DATE and TIMESTAMP having for example
the following format 900925 033701.0000 (yyMMdd HHmmss.ffff).
For the import, I right-click on the table -> Import and then choose the
file with file type "DEL" and confirm the mapping given in "columns".
But as result, I get that all rows are refused. Could I somewhere find more
detailed information WHICH column causes the problem?
With trying out and leaving away different columns, I found out that the
error comes from the DATE and TIMESTAMP column, but is there a possibility
to find it out directly after getting the result that rows are refused?
I think that "my" DATE and TIMESTAMP columns cound not be inserted because
of the format. How could I tell DB2 which format my date have? Is there
anything like DTS for MS SQL Server 2000 also for IBM DB2?
Would be glad if anybody could help me in this topic.
Cheers,
Ina