Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: absolute fetching
Hi,
It is impossible. Oracle cursors are single directional. They can be browsed only from first to last record of the result set. There is no reverse fetch or absolute fetch. You can use flat file on client side to store records and browse them as you want.
Andrew Protasov
> Hi!
> I would like to know how can i fetch cursor like SQL statement:
> <OK>ofetch(cur); FETCH NEXT FROM cur
> ? FETCH PREV FROM cur
> ? FETCH ABSOLUTE n FROM cur
> Thanks,
> David
>
>
>
>
>
Received on Wed Dec 02 1998 - 06:44:20 CST
![]() |
![]() |