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

Update fields in transaction

Former Member
0 Likes
594

Hi All,

There is one transaction.If conditions satisfy,I should update the fields with some values and save the transaction.I think it would be done if we directly update the values from table and write update statement.But the program is throwing a error if I try to update the database table.I think we should use call transaction method.Please help me in writing the code according to that.

Regards,

Akanksha

Hi All,

There is one transaction.If conditions satisfy,I should update the fields with some values and save the transaction.I think it would be done if we directly update the values from table and write update statement.But the program is throwing a error if I try to update the database table.I think we should use call transaction method.Please help me in writing the code according to that.

Regards,

Akanksha

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
549

hi pola

whenever you want to udpate a transaction it is advisable to use call transaction because of its asynchronous database updates...but for large amount of data then go for session methods.......

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
549

Hi Akanksha,

Please explain your issue in more details.

Also let us know the Error thrown.

Vaibhav.

Read only

Former Member
0 Likes
549

Hi !

There are not nuch reasons for an update not to work...

Are you trying updates on key-fields ???

That won't work !

Could you explan a bit more detailed what you're doing and what's the problem ... ?

Regards

Rainer

Some points would be nice if that helped a bit.