I need to convert an int [] to java.sql.Array. I am unable to cast it directly.
Can somebody help ???
Thanks
Kailas
Printable View
I need to convert an int [] to java.sql.Array. I am unable to cast it directly.
Can somebody help ???
Thanks
Kailas
"kailas" <kailassimha@yahoo.com> wrote:
>
>I need to convert an int [] to java.sql.Array. I am unable to cast it directly.
>Can somebody help ???
>Thanks
>Kailas
How can you cast an array datatype to an object array?