Re: Navigating a ResultSet in OCCI

From: KM <KM_at_nospam.nospam.com>
Date: Mon, 03 Apr 2006 11:05:10 +0530
Message-ID: <lL2Yf.8$Sr5.164_at_news.oracle.com>


can you please elaborate on what you mean by "a specific row"? You have all the rows satisfying your query criteria in the Resultset. You need to navigate through the rows by issuing rset->next() which will take you sequentially through all the rows in the resultset.

thanks,
KM.

coficio wrote:
> I would like to be able to go to a specific row in a ResultSet and get
> the data from that row. Is that at all possible? If not, should i be
> using something else do do this?
>
> thanks
>
> Alex
>
Received on Mon Apr 03 2006 - 07:35:10 CEST

Original text of this message