cancel
Showing results for 
Search instead for 
Did you mean: 

populating JDBC table based on content

mohammadaamir_khan
Participant
0 Kudos

Hi All,

I have SOAP to JDBC scenario. Based on value in message, i need to populate different tables. Tables are populated using action 'INSERT'.

Please suggest how to achieve this.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

manoj_khavatkopp
Active Contributor

Hi,

You can create multiple "Statement" structure in Data type, where each Statment refers to the structure of an individual table. Then you can have a condition using createIf for this individual statement based on source field value.

Br,

Manoj

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Mohammad!

Agree with Manoj.

Another option would be to use dynamic SQL statement for JDBC message.

Regards, Evgeniy.