Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Go backwards in a fetch on oracle 7.3
Saul Mond wrote:
>
> Is it possible to go backwards in a fetch using oracle 7.3. . Please
> email me at smond_at_cyberdude.com
I don't believe that Oracle 7.x provides bi-directional cursors, which is what you seem to be asking. I think that Oracle 8.x does, however. On the other hand, if you are utilizing the OCI library, then you can fetch an array of rows at a time, which you can navigate (using C or C++) in either direction, up to the limit of the array you fetched.
-Bill Boyle Received on Sat Oct 24 1998 - 23:35:27 CDT