What are stored procedures? How to call them?

Answer Posted / subbu

A Stored procedure is a collection of sql statements that
are stored under a name & executed.when you create a stored
procedure all the steps like parsing,checking,compiling etc
are carried out.They can be called from java by using
prepareCall().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to make updates to the updatable resultsets.

506


What are the steps required to execute a query in jdbc?

532


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

481


Explain creation of statement object with connection method create method with help of an example.

522


How do I find ojdbc jar version?

499






What is the full form of jdbc and what is its purpose?

544


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

567


How to get the Database server details in java program?

574


Where can I find ojdbc14 jar file?

495


Which jdbc drivers will run your program?

518


What is the query used to display all tables names in SQL Server (Query analyzer)?

514


Why jdbc is used in java?

485


What is the difference between ojdbc6 and ojdbc7?

474


What are types of resultset?

561


How to move the cursor in scrollable resultset ?

575