Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Go backwards in a fetch on oracle 7.3

Re: Go backwards in a fetch on oracle 7.3

From: William Boyle <bboyle_at_netway.com>
Date: Sat, 24 Oct 1998 21:35:27 -0700
Message-ID: <3632AA8F.6902@netway.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US