Thank dotyet,
Do you know what kind of other exceptions I would need to check in the
data?
Does most of the datatype are compatible between db2 and sybase? Per
exemple, can varchar in db2 be higher than 255 characters? I know that
in sybase a varchar is limited to 255 chars.
Thanks,
Etienne
"dotyet" <do****@yahoo.com> wrote in message news:<11**********************@z14g2000cwz.googleg roups.com>...
do a del-ascii export from db2 side
do a bcp import on sybase side
you will have to manually or through scripts, process the data for
things like timestamps, "-" instead of "NULL".
regards,
dotyet