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 meant by connection string?

558


What is jdbc vs odbc?

517


What is a jdbc connection pool?

510


How can you use preparedstatement in jdbc?

520


How to use JDBC to connect Microsoft Access?

598






Why do we use jdbc statements?

509


Differentiate between a statement and a preparedstatement.

499


What do you mean by database connection pooling?

518


Where can I find info, frameworks and example source for writing a JDBC driver?

515


What are the different types of statements in jdbc?

491


Explain how to make updates to the updatable resultsets.

506


Discuss the significances of jdbc.

522


Can resultset be null in java?

510


What is an SQL Locator?

589


What is a jdbc connection?

474