Callable is used to call stored procedures specifically. We can call stored procedures using Prepared Statement also using sql string as <code> {call sp_name (?,?)} </code>
Why should we choose one over the other? What are the advantages enjoyed?
Originally posted by fahad siddiqui: Why should we choose one over the other? What are the advantages enjoyed?
If you have a stored procedure, you should use CallableStatement. A PreparedStatement is not guaranteed to work across all databases and drivers. This makes your code less robust. While you probably aren't changing databases with stored procs, you are likely to upgrade the driver.
Oracle fixed a bug in getDate() in Oracle 10 which caused legacy code to break that was relying on a side effect. If you follow the spec (or intent of the API), you protect your code against future changes.
"The set strikes me as something like the set of potatoes, radishes, farming, and lunch. " - a colleague's way of comparing both overlapping and disparate groups. made me laugh and thought of the ranch