[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
BEGIN-SELECT - end
Is there a way to determine when you are at the end of a BEGIN-SELECT?
Something similar to the #end-file variable that is set when you are reading
a flat file.
After the last row is fetched, all of my ON-BREAK procedures are executed.
I want to perform different logic based a whether a true break has occurred
in the data OR the last row has been retrieved (therefore causing the
break).
SQR 4.3.2
NT 4.0
Oracle 8.0.5
Thank you.