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

Is it possible update the transparent table without commit work ?

carlos_zhang3
Participant
0 Likes
626

Dear Guru ,

Is it possible update the transparent table without commit work ?

Thank you .

Carlos

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

Yes. When LUW is submitted that will be done automatically.

So even if changes are not reflected instantly in database table they will be shown after some seconds/minutes.q

3 REPLIES 3
Read only

Former Member
0 Likes
561

Yes. When LUW is submitted that will be done automatically.

So even if changes are not reflected instantly in database table they will be shown after some seconds/minutes.q

Read only

Former Member
Read only

0 Likes
560

yes. it can be ... and will be...

we use commit to make the changes get affcted right at that point. there forcibly we are ending a LUW by that commit and this updates the table....

but there are many things which ends a LUW. and when ever LUW is complete the table will be updated..