Easiest way to export/import tables?

E

EllenR

How can I replace a table in db2 with a table in current db? CopyObject will
do it, but it won't replace--just appends a number and adds a new one. I
can't figure out how to "replace" in the other db. Thanks for any help.
 
E

EllenR

EllenR said:
How can I replace a table in db2 with a table in current db? CopyObject will
do it, but it won't replace--just appends a number and adds a new one. I
can't figure out how to "replace" in the other db. Thanks for any help.

OK--I got it to replace, but it always asks if it should. Is there any way
to tell it to always replace the existing table of the same name?
 
Top