SQL Cursor Input Source - clarifications
Hi,
Just to clarify some issues regarding SQL Cursor input source.
A) Will the query get executed every time when the application starts up. What I am observing is that the tasklet that I configured which uses an input source as a SQL query, it executes the query when the application starts up. Is this correct ?
B) Suppose I add more rows to the table, the input source always seems to pick up the initial set of data that it initially queried ? The new rows dont seem to get picked up
I dont know if I have configured something wrong. Do let me know
Thanks...Vijay