|
Re:Difference between Statement and Callable Stmt.
Okay Mr.Vasu,
But can you please explain me what output parameters mean? Maybe I should spend some more time on Callable Statements, but can\'t I get the output using a Statement object and a ResultSet.
If the Callable Statement is going to return me an o/p parameter as int, can\'t I get that as resultset.getInt(column name); ?
Why should I use a Callable Statement in such a case?
Thanks.
|