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

Home -> Community -> Usenet -> c.d.o.server -> move cursor to a position?

move cursor to a position?

From: Lee Kang Won <newton_at_3rsoft.com>
Date: Tue, 8 Feb 2000 00:36:43 +0900
Message-ID: <gGBn4.25$N85.1345@news.hananet.net>


Hi everyone?
I've come to a limitation while programming with OCI. My problem is that I want to get records with certain order and want to show them from a web-page that can hold 30 lines of records. Thus as many pages would be needed as many records.
I heard that cursor could be positioned to a somewhere in the rows and data would be fetched from there, but I don't know howto.
This is my logic so far.(select)

1) Login
2) Open Cursor
3) Make query string
4) Parsing
5) Binding
6) Execute
7) Fetch
8) Close Cursor
9) Logout 

I guess cursor should be moved bewteen 6)~7) or 7)~8), right? Anyway, How can I make it? Received on Mon Feb 07 2000 - 09:36:43 CST

Original text of this message

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