cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the un updated records from receiver JDBC

Former Member
0 Kudos

Hi Friends,

I am doing the Proxy - jdbc integration. Consider my proxy sends 10 records to JDBC to update. Consider bcoz of some reason the jdbc updates only 8 records i need to get the 2 records back to Proxy which is not updated in the DB.

Should i need to use the Proxy and JDBC channel as syn or seperate integration should be built. I have seen some documents, that we can get the count of the updated records from jdbc receiver, but i dont need the count i need the record which is not been updated.

How can i do it. please give ur inputs.

thanks

Prem

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered..stored procedure can be used

VijayKonam
Active Contributor
0 Kudos

Unless you are using SP on JDBC side and explicitly build a record set to send back the data it might not be possible. I am not sure if a custom record set could be returned in JDBC sync receive adapter. You can realize this by updating some other table on JDBC side and then polling that table to update ecc back.

VJ