Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how many reocrds update in call transaction method and session method

Former Member
0 Kudos

The flat file having the 10 records but the flat file having the 5 th record is error so in session method how many records will update and in call transaction how many records will update.

can you provide with detailed information like in synchrnous mode and asynchronous mode

Regards

reddy

1 REPLY 1

Former Member
0 Kudos

hi,

session method :up to 4 records will be updated as it is in synchronus mode.

Call transaction method : except 5 th all 9 records will be updated as it is assyncronous method.

Regards

sandeep Reddy