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
2101
March 30, 2018 05:23AM
935
March 30, 2018 10:20AM
1054
March 30, 2018 10:56AM
990
March 30, 2018 12:45PM
950
March 30, 2018 01:53PM
878
March 30, 2018 02:04PM
982
March 31, 2018 07:25PM
931
March 31, 2018 08:00PM
913
April 01, 2018 05:27PM
990
April 02, 2018 09:48AM
979
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.