Hello everyone,
I'm new to SAP integration Suite and I want to tansfer my data from DB A to another DB B,
I've read the article https://developers.sap.com/tutorials/btp-integration-suite-execute-batch-payload.html
but it only demonstrate how to use one JDBC to read or write,
I'm trying to set two JDBC (one for read the data from DB A and insert it to DB B)
but seems like it only can have one JDBC connection in a flow
is there a way or some kind of tutorial to solve the problem?
thanks
al