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

select--endselect

Former Member
0 Likes
489

HI All,

Is there any limit for doing database updation...using SELECT...ENDSELECT..

I have to change only one field from database....

Please advise .

Thanks ...

4 REPLIES 4
Read only

Former Member
0 Likes
466

Hi,

Please explain your requirement in detail.

Thanks,

Naren

Read only

Former Member
0 Likes
466

If you are doing a large number of updates, you may have to do a commit every so often. But it would be quicker to use an internal table.

Rob

Read only

0 Likes
466

i don't think there is any limit.ya but performance wise it is not gud in try to avoid select endselect( for lot of data it give time out error)

Read only

sreekanthgo
Contributor
0 Likes
466

Hi,

There is no limitation for updating records in SELECT...ENDSELECT...

You can do n number of updations..

It is not advised to perform the same.. Performance will not be good if you update records in that way.

Thanks,

Sreekanth