‎2006 Nov 15 12:30 AM
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 ...
‎2006 Nov 15 12:37 AM
‎2006 Nov 15 3:25 AM
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
‎2006 Nov 15 4:09 AM
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)
‎2006 Nov 15 4:57 AM
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