View Single Post

  #3 (permalink)  
Old 08-23-2004, 10:07 AM
banuchithrak banuchithrak is offline
Junior Member
 
Join Date: Jul 2004
Posts: 7
banuchithrak
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.
Reply With Quote