is there an easy way to query data from one server (select * from table_abc) and insert the result into a different server (insert into table_abc) ? Both server are using eg. db2, oracle etc. and tables containing various datatyps (varchar, varchar for bitdata, binary blobs etc.)
Cheers lza
Here is what worked for me...