Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What's the difference between commit & Commitretaining ?

in programming after each ExecQuery we put commit or commitretaining

user-image
Question added by Deleted user
Date Posted: 2014/07/26
Deva Gnanam Jayaseelan
by Deva Gnanam Jayaseelan , Lead SSE , MS

The purpose of "commit retaining" is to allow you to commit changes to data while preserving the original transaction context; where "Commit" is used to end your current transaction and make permanent all changes performed in the transaction.

More Questions Like This