How to pass data from one database reader node to another database reader node

Hi Team,

I am wondering how to pass data from one database reader node to another database reader node?

Thanks,
Srinivas

Pearhaps, the simpliest way is to connect a db reader to the first db output to pull your datas locally and transmit it via a DB writer connected to the second database ?

3 Likes

Hello @ShinagdeS,

or you can avoid reading data locally if you are not doing any manipulation on it in KNIME. Take a look at this example:

Br,
Ivan

4 Likes