On 05 March 2004 09:38, Torsten Lange wrote:
> Hello,
> I receive an array from an OCIFetchStatement() and want to
> address its
> elements by indices, which fails. The original select has two columns.
> How do I have to visualize that array? I want to load it into an
> list. I tried also some e
Hello,
I receive an array from an OCIFetchStatement() and want to address its
elements by indices, which fails. The original select has two columns.
How do I have to visualize that array? I want to load it into an
list. I tried also some examples with while(list...), but it
can not work until