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 -> Re: Cursor problem

Re: Cursor problem

From: Alin <alin.mihart_at_lyonnaise-des-eaux.fr>
Date: 2000/08/04
Message-ID: <398AD8F9.B26FB429@lyonnaise-des-eaux.fr>#1/1

I don't know want you to do exactly , but PL SQL tables (or index-by tables in Oracle 8) could be a solution. The only problem is that you have only one column to make a quick search (the index which must be an integer). If you want to make the search after a string or a date, use dbms_utility.get_hash_value.

Jack Tong a écrit:

> Dear all,
>
> I am new to PL/SQL. I read a book and it told me to use CURSOR FOR loop to
> loop-through a result-set. Is there any statement that can help me to "find
> first, last, next or previous"?
>
> I am learning SQL*FORM and trying to add something like a navigation panel
> to a form. Please help. Thank you very much.
Received on Fri Aug 04 2000 - 00:00:00 CDT

Original text of this message

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