Stored Procedures can be called in java by using the prepareCall() method which returns a CallableStatement object.:CallableStatement cs=con.prepareCall (?{call SHOW_SUPPLIERS}?);:StoredProcedure are the group of the sql statements and perform as a logical unit .
Category:JDBC Interview Questions
No comments:
Post a Comment