cancel
Showing results for 
Search instead for 
Did you mean: 

How to ignore the update sql statement in JDBC communication channel

Bhargavakrishna
Active Contributor
0 Kudos

Hi Experts.

As per our requirement, i only have a authorizations to read the data from the database.i can only able to write select query. so i was unable to write the update query in my JDBC sender communication channel. so how can i handle this issue. please provide your valuable inputs to overcome this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

In sender channel if you don't want to update the table after executing the select query;put as below in sender JDBC channel.

Update SQL Statement  <TEST>

Regards

Venkat

Bhargavakrishna
Active Contributor
0 Kudos

Thank you..