![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
We have four different DB2 databases with the same sets of tables. I'd like connect to one DB2 server, select rows from tables in that environment and then connect to the other DB2 servers and insert these rows into their corresponding tables. I want to do this without having the application storing the result in between connections. |
#4
| |||
| |||
|
|
Hi, We have four different DB2 databases with the same sets of tables. I'd like connect to one DB2 server, select rows from tables in that environment and then connect to the other DB2 servers and insert these rows into their corresponding tables. I want to do this whithout having the application storing the result in between connections. In other words, I want DB2 to do the whole job, preferably in a stored procedure which I call from the application program. Is this at all possible? Regards Helena A simple option if you don't mind Utilities is to use the LOAD utility |
![]() |
| Thread Tools | |
| Display Modes | |
| |