|
Various Techniques for calling stored procedures using java
Hello ,
Please help me understand the below technique of calling the Stored Procedure written in Oracle using java.In our application it is working fine but while surfing i found out that some people got exceptions using this technique and some of the experts recommended using the technique of
{call ... }
connection.prepareCall("begin XYZProc(?,?,?,?); end;");
Thanks in advance.
__________________
|