|
From: Carl
Then I would wonder if that ResultSet is the set of results you actually
needed?
Perhaps I was really wondering whether the RPG idiom of SETGT/READP is
even
necessary when using sql, since you can determine the sort order and
collect a result set with the records you actually want in one request,
not two. For example, given a table with a key of a single integer, with
records
1-5, where you wish to read record 4 through 1, in RPG you might write:
There is no need to even move backwards in the result set.
It's the fastest way to get the last record in a set without having tohave
indexes in both directions.
Surely if written in RPG, but when writing code in java and using JTOpen
record level access, is the process of requesting a record then
reading the previous (emulating SETGT/READP) faster than issuing a
single sql statement?
As an Amazon Associate we earn from qualifying purchases.
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.