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: converting java.lang.String[] to oracle.sql.ARRAY

Re: converting java.lang.String[] to oracle.sql.ARRAY

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 20 Oct 2004 06:49:15 -0700
Message-ID: <92eeeff0.0410200549.6b57f3ba@posting.google.com>


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

Original text of this message

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