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
2614
March 30, 2018 05:23AM
1374
March 30, 2018 10:20AM
1325
March 30, 2018 10:56AM
1381
March 30, 2018 12:45PM
1342
March 30, 2018 01:53PM
1109
March 30, 2018 02:04PM
1340
March 31, 2018 07:25PM
1206
March 31, 2018 08:00PM
1364
April 01, 2018 05:27PM
1375
April 02, 2018 09:48AM
1254
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.