Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Moving in an Oracle recordset with ASP?
AFAIK - no. You have to do it with :
SELECT * FROM TABLE WHERE primary_key_field > current_pk_value AND
ROWNUM=1
or similar.
On Thu, 19 Apr 2001 15:51:10 +0200, "Marco van den Hooven" <marco_at_vandenhooven.net> wrote:
>Hi all,
>
>Is it possible to move in an oracle recordset with [recordset].movenext and
>[recordset].movefirst and so on?
>
>In other words: Is moving through the recordset possible with the Oracle 8i
>ODBC drivers?
>
>Thanks in advance,
>
>Marco van den Hooven
>
>
EMail: knijff_at_bigfoot.com Received on Wed Apr 25 2001 - 11:56:21 CDT
![]() |
![]() |