Tuesday, November 29, 2011

While in CallableStatament using in the oracle my procedure is return no.of columns so in java

In procedure u will have some out parameter with datatype. so according to that we will have to set in callablestatement object registerOutParameter(7,OracleTypes.VARCHAR2 or or INTEGER or CURSOR);
Category:JDBC Interview Questions

No comments:

Post a Comment