cancel
Showing results for 
Search instead for 
Did you mean: 

inserting into multiple tables

Former Member
0 Kudos

hi,

can i insert data into multiple tables without using bpm .

my requirement is read the customer information(it contains customer general info and address info ) from sender system . and store the general data into tab_gen and address data into tab_addr..

is it possible with single receiver communication channel.

regards

Guru

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Gurvulu,

suppose, you mean insert with JDBC adapter, you can do. Put the update into one statement.

Regards,

Udo

prateek
Active Contributor
0 Kudos

<i>can i insert data into multiple tables without using bpm </i>

Yes

<i>is it possible with single receiver communication channel.</i>

Yes

The target structure would have multiple statement tags one for each of the table

Regards,

Prateek