Sent via Deja.com http://www.deja.com/
Before you buy.
on a slightly grandiose tone, is there already a way to import xls and
dbf files too? currently i'm thinking of converting them some way to
whatever format the bulk copy/import/data loader utility app takes, and
then loading them on to the db2 tables, but would love to have a quik
fix/off the shelf tool to do it ...
tia
vinod
db2 import from filename of del replace into tablename
(the "of del" says the file is of delimited format, the default delimiter
being a comma).
Needless to say, the values in your file need to be compatible with the
columns in your table.
To import xls or dbf files you will first need to get them into a comma
delimited format. There are various ways of doing this (you shouldn't need
to write any code).
Phil Castle
<vin...@yahoo.com> wrote in message news:8abh8v$sh2$1...@nnrp1.deja.com...