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
2106
March 30, 2018 05:23AM
936
March 30, 2018 10:20AM
1057
March 30, 2018 10:56AM
992
March 30, 2018 12:45PM
953
March 30, 2018 01:53PM
883
March 30, 2018 02:04PM
986
March 31, 2018 07:25PM
944
March 31, 2018 08:00PM
916
April 01, 2018 05:27PM
992
April 02, 2018 09:48AM
983
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.