What are stored procedures? How to call them?

Answer Posted / guest

Stored procedures are stored programs in jdbc.pl/sql is a
stored procedure.they can be called from java by callable
statement.
CallableStatement st=con.prepareCall("{----}");

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

1846


Why do we need a jdbcrowset like wrapper around resultset?

774


How does jdbc work?

497


What are the advantages of using preparedstatement over statement?

536


What is a java driver?

500






What is JDBC Statement?

563


If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

578


How to rollback a JDBC transaction?

568


Explain the steps in writing a java program using jdbc?

448


Why isn't the java.sql.DriverManager class being found?

567


What is jdbc connection?

650


Which package contains jdbc api?

542


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

486


What is JDBC Transaction Management and why do we need it?

543


What is connection commit?

497