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

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

From: Stephan Born <stephan.born_at_spambucket.com>
Date: Fri, 15 Oct 2004 15:27:22 +0200
Message-ID: <67jokc.1ep.ln@gatekeeper.solutions.beusen.de>


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,

-- 

-------------------------------------------------
Dipl.-Inf. (FH) Stephan Born Humans may reply by replacing the obviously faked part of my e-mail address with "brainforce".
-------------------------------------------------
Received on Fri Oct 15 2004 - 08:27:22 CDT

Original text of this message

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