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

What is dburl?

761


What is represented by the connection object?

740


What is JDBC ResultSet?

781


What is jdbc servlet?

698


Is jdbc database independent?

681


What is the use of the statement in jdbc?

670


If I use the JDBC API, do I have to use ODBC underneath?

779


What does executeupdate return in jdbc?

688


How to check jdbc connection in linux?

686


List the advantages of using datasource?

750


What is ojvm used for?

734


What is a jdbc connection?

639


What is a merge field?

678


How do you determine the sensitivity of the ResultSet object?

732


What is the reason why we need a jdbcrowset like the wrapper around resultset?

725