Skip to Content
0
Former Member
Feb 14, 2012 at 07:57 AM

UPDATE statement in Receiver JDBC adapter

26 Views

Hi all,

I would like to use UPDATE statement in my receiver JDBC adapter and would like to know how this UPDATE statement works in following case.

1) If i have 10 records to be updated in database, whether Commit happens at the end of all 10 records updation OR it will be for every record update?

Regards