-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ziggy,
Ziggy O wrote:
> When i debug the code, it doesnt get to the point where i am initialising
> the OracleCallableStatement object. It failed just after the initialisation
> of the ArrayDescriptor object.
Strange. Are you sure you are working wit
Hi,
When i debug the code, it doesnt get to the point where i am initialising
the OracleCallableStatement object. It failed just after the initialisation
of the ArrayDescriptor object.
I have tried to change it to use CallableStatement and im now getting
another error. Here is how i've changed it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dini,
Dini Omar wrote:
> I am trying to send an array to a pl/sql module but for some reason i am
> unable to get the connection object.
>
> Here is the line of code that fails
>
> [code]
> Connection conn = null;
> ArrayDescriptor rectabDescriptor
I am trying to send an array to a pl/sql module but for some reason i am
unable to get the connection object.
Here is the line of code that fails
[code]
Connection conn = null;
ArrayDescriptor rectabDescriptor =
ArrayDescriptor.createDescriptor("CCS21_CONSIGNMENTLIST_TYPE",conn);
<
Oracle Da