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

Is jdbc database independent?

582


Explain different types of locks in jdbc?

598


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

622


What is the difference between setmaxrows(int) and setfetchsize(int)?

652


How you restrict a user to cut and paste from the html page using java programing?

553






explain about special characters?

617


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 ?

652


Does jdbc require oracle client?

598


How to rollback a JDBC transaction?

653


What is the use of getGeneratedKeys() method in Statement?

624


How to check jdbc driver version in sql server?

564


How MS-Access DB can be accessed over a network, using JDBC API?

2089


Explain the difference between resultset and rowset in jdbc

612


How can we set null value in jdbc preparedstatement?

615


What do you understand by jdbc datasource?

670