Hi,
My Sceneriois Proxy-to-JDBC Synchrous. Senderis sendingidto JDBC and JDBC need to select the data based on this id and send it back to proxy.
Select A,B,C,Sales_id, Sales_Date where Sales_id=id and Sales_Date= between today and Today-20 is the data we need to select from JDBC.
I have created recieveras follows:
Root
<Statement>
<dbTableName>
Action
Table
<Access>
A
B
C
Sales_ID
Sales_Date
<Key1>
Sales_ID
But i am a little bit confused about Sales_Date field and its Condition, Where to mantian in structure and How to pass condition.