unsupported feature in jdbc CallableStatement [message #91955] |
Tue, 09 December 2003 07:55 |
Alain L.
Messages: 1 Registered: December 2003
|
Junior Member |
|
|
Hi,
I'm trying to execute some PL/SQL function from a java application using jdbc. However the methods of the form
setDouble(String, double) are not supported when I use ojdbc14.jar. I know I could use setDouble(int, double) instead but it would involve setting about 35 parameters instead of 7, and I'd like to avoid it.
Anyone has any idea how to get around this problem.
Thanks,
Alain
|
|
|