MySQL Forums
Forum List  »  Microsoft Access

Stored Procedure And Corsor
Posted by: Robert Tulloch
Date: March 30, 2018 05:23AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Stored Procedure And Corsor
1461
March 30, 2018 05:23AM
695
March 30, 2018 10:20AM
746
March 30, 2018 10:56AM
736
March 30, 2018 12:45PM
711
March 30, 2018 01:53PM
653
March 30, 2018 02:04PM
734
March 31, 2018 07:25PM
710
March 31, 2018 08:00PM
679
April 01, 2018 05:27PM
726
April 02, 2018 09:48AM
721
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.