Hi there,
I have an application running on SilverStream 4 with an Oracle9i database behind it.
When I try to execute a callablestatement with setNull (eg. cstmt.setNull(14,Types.NULL) I get the "java.sql.SQLException: Invalid column type" error message.
When I change to setNull to setString(14,"" it does work.
But since the application is using it this many, I was wondering if there is a fix or another way to do it.
Thanks for the feedback.
regards,
T.
I have an application running on SilverStream 4 with an Oracle9i database behind it.
When I try to execute a callablestatement with setNull (eg. cstmt.setNull(14,Types.NULL) I get the "java.sql.SQLException: Invalid column type" error message.
When I change to setNull to setString(14,"" it does work.
But since the application is using it this many, I was wondering if there is a fix or another way to do it.
Thanks for the feedback.
regards,
T.