× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: Paul Raulerson

Well, if you insist:

If you initially created the cursor with a "position to" (in SQL terms, a
WHERE clause such as WHERE NAME >= "G"), and then immediately try to roll
back >(to get the last page of names starting with "F") you cannot use the
RELATIVE technique.

If your cursor contains ALL the records in the file, then you can
certainly
roll through them, but typically the user wants to position to a starting
key value, which requires the WHERE clause above (which corresponds to a
SETLL in RPG). Once you've done that, there's no way to use that cursor
to
get >previous records.

Joe

Paul, which phrase here do you think says you can't move backwards in a
cursor? I specifically mention the RELATIVE technique, which shows I know
what you're talking about; what I specifically say is that you can't move
backwards to get records prior to the WHERE clause.

What part of this is still unclear to you? Do you know of some way to
create a cursor WHERE NAME >= "G" and somehow roll backwards to get a record
with NAME = "F"?


Then again, I would
probably just use files to do this on the 400. <shrug>

And once again, we agree. Okay, we've beaten this horse quite completely to
death.

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.