Tuesday, November 29, 2011

How to call a Stored Procedure from JDBC?

The first step is to create a CallableStatement object. As with Statement an and PreparedStatement objects, this is done with an open Connection object. A CallableStatement object contains a call to a stored procedure.
Category:JDBC Interview Questions

No comments:

Post a Comment