Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: converting java.lang.String[] to oracle.sql.ARRAY
You may try one of the groups in comp.lang.java
Regards
/Rauf
Stephan Born <stephan.born_at_spambucket.com> wrote in message news:<9os2lc.h0h.ln_at_gatekeeper.solutions.beusen.de>...
> Hello again,
>
> Im sorry to see that nobody can halp me with this topic. May be this is
> not the correct group. Can someone tell me which group would be
> appropiate for this question?
>
> Regards,
> Stephan
>
> Stephan Born wrote:
> > Hello,
> >
> > I need to know how I can convert java.lang.String[] to oracle.sql.ARRAY.
> > I can only find the opposit in the usegroups and documentation
> >
> > String[] strArray = (String[])oraARRAY.getArray();
> >
> > But how to
> >
> > oracle.sql.ARRAY oraArray = (magic_cast)strArray; ????
> >
> > Hope for any help.
> >
> > Regards,
Received on Wed Oct 20 2004 - 08:49:15 CDT
![]() |
![]() |