Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI cursor
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
![]() |
![]() |