i am trying to understand the performance of the following ABAP Sequence:
while ...... fetch next cursor %dbcursor .......
endwhile.
I would like to compare it with ABAP statements as SELECT ... ENDSELECT or SELECT INTO TABLE.
What i do see is a WHILE loop, in which an access to a db-cursor happens. But i don't know the performance properties of an data base cursor access. Can someone please explain this for me?
Because this is a database querstion, i posted it in this mailing list. I would be thankfull for answers.
Regards, Nico Manicone.
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
