Stored Procedure And Corsor
Hi:
Want to use SP. Send it unique record id number, use that in a fetch and return the unique record id number of the record the cursor has moved to. Use that returned unique record id to load that corresponding record into form fields.
Question: Cursor is non-scrollable. You can only fetch rows in order determined by
select statement. So if I have two SP's, one with a SELECT DESC and another with a SELECT ASC, depending on which one I call, I can scroll back and forth using the two procedures.
Is that a correct assumption before I spend time on this?
Thanks.
Subject
Views
Written By
Posted
Stored Procedure And Corsor
1900
March 30, 2018 05:23AM
877
March 30, 2018 10:20AM
976
March 30, 2018 10:56AM
921
March 30, 2018 12:45PM
876
March 30, 2018 01:53PM
810
March 30, 2018 02:04PM
909
March 31, 2018 07:25PM
863
March 31, 2018 08:00PM
845
April 01, 2018 05:27PM
917
April 02, 2018 09:48AM
918
March 30, 2018 12:35PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.