Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-
bounces@xxxxxxxxxxxx] On Behalf Of Wilt, Charles
Sent: Wednesday, July 23, 2008 8:47 AM
To: Midrange Systems Technical Discussion
Subject: RE: SQL Query : Fetch Next 10 rows
How are you running the query and what are you doing with the data?
For what you are trying to do, a cursor with a block fetch is probably a
better solution...
exec SQL declare cursor C1 for 'Select * from faplo';
exec SQL fetch C1 for 10 rows into :myArray;
This technique would be useful in a green screen subfile program.
If you want similar results in another environment, you'll probably have
to handle things differently.
HTH,
Charles Wilt
This mailing list archive is Copyright 1997-2026 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.