Hi All,
OPEN CURSOR WITH HOLD S_CURSOR FOR
SELECT * FROM VBAP WHERE ...
i could not understand the above OPEN CURSOR statement, what does an OPEN CURSOR do? can someone give any egs. in using it.
thanks.