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

Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI cursor

Re: OCI cursor

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Fri, 02 Jul 1999 08:10:18 -0400
Message-ID: <377CAC2A.74C3E772@Unforgettable.com>


As near as I can figure, OCIDefineByPos() must be part of some type of API that you are using which provides an interface to OCI. It isn't OCI itself. In the Oracle documentation there are only about 26 OCI functions and all of them have relatively terse names which begin with a lowercase 'o' with two exceptions.

If you are using some type of API then you must follow the guidance of the API to write your code.

Ken

Arie Tuchfeld wrote:

> Hi,
> I'd like to iterate through a query result using OCI interface.
> i.e. fetching each row at a time until the last result's row.
> How can it be done ?
> Currently, I use OCIDefineByPos() function to place the result into an
> array, but this way I need to know the number of rows in advance.
Received on Fri Jul 02 1999 - 07:10:18 CDT

Original text of this message

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