Application Development and Automation 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: 
Read only

use of PERFORM COMMIT Command

Former Member
0 Likes
314

What is the use of PERFORM COMMIT COMMAND.

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
281

Hi,

PERFORM ON COMMIT is used for bundling database updates.

This statement will register the subrouting in the log table which will be processed once you have issued the COMMIT WORK Statement.

Regards,

Hakim

1 REPLY 1
Read only

abdul_hakim
Active Contributor
0 Likes
282

Hi,

PERFORM ON COMMIT is used for bundling database updates.

This statement will register the subrouting in the log table which will be processed once you have issued the COMMIT WORK Statement.

Regards,

Hakim