Thanks Greg. ![]()
As I have mentioned, my requirement i have to select ORDERNO then update STAT, OUTDAT, OUTTIM.
what i forgot to mention is I also need to return the DB current date and current time on my mapping for further processing after updating it on the table.
If i get it correctly, sender JDBC adapter works sequentially:
1st step: select the data needed
2nd step: Update the fields
So how can i get the values which i have just updated on the table?