Skip to Content
0
Former Member
Jan 16, 2008 at 06:37 AM

Can we able to pull the data dynamically based on the runtime parameters

13 Views

Hello,

I want to pull the data from database dynamically using some runtime parameters through my JDBC sender channel.

For Eg.,

I want to give the SQL queries like this,

select ino,iname from Itable where sal = '?'

update Itable set processed = 'yes' where sal = '?'

Is it possible to give it like this in channel configuration of sender JDBC adapter?

Can you please help me in this regard with a reason?

Thanks,

Surya