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 -> Using OCI

Using OCI

From: Werner Gerstmayr <Werner.Gerstmayr_at_stb-ag.com>
Date: Wed, 05 Sep 2001 09:18:25 +0200
Message-ID: <3B95D1C1.AC5DBF36@stb-ag.com>


Hi,
I'm trying to define
an array of structures for the output from my select-list. And I have the following question:

Do I have to OCIDefineByPos() every
member of my structure, and then pass every corresponding handle to OCIDefineArrayOfStruct()? Like for every structure member I do one "ByPos" and one "ArrayOfStruct" call?

Or do I just OCIDefine the whole structure? What datatype do I then use in "ByPos" call?

I failed to find any additional information on this topic except OCI Programmers Guide, which is kinda brief on this topic.
Thats why I would be really glad if you
could help me resolve this question or
just point to any other source of information on it.

Thanks a lot,
Werner. Received on Wed Sep 05 2001 - 02:18:25 CDT

Original text of this message

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