Register now or log in to join your professional community.
in programming after each ExecQuery we put commit or commitretaining
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.