× 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.



In implementations I've seen here, 'XXX' is SFLPAGE value + 1. The +1 lets
you know if there's "More..." past the current subfile page.

- Dan

On Thu, Sep 3, 2015 at 5:24 PM, Charles Wilt <charles.wilt@xxxxxxxxx> wrote:

What is the right way to collect a set of records equal to SFLPAGE?

​That depends...
FETCH FIRST XXX ROWS ONLY, will limits the rows in the ODP to just the
first XXX rows.

But you'd probably want to do a block (aka multiple-row) fetch from a
cursor:

​fetch from mycursor
for XXX rows into :myarray;

​Charles​


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.