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

What is the purpose of jdbc resultset interface?

755


What do you mean by two phase commits?

749


Explain the difference between rowset vs. Resultset in jdbc?

763


Why resultset is used in java?

680


How can we disable a constraint ?

762


Does jdbc require oracle client?

700


Explain in detail about JDBC and its general features?

714


What is in term of jdbc a datasource?

666


What is com mysql jdbc driver?

697


How to check jdbc connection in java?

681


Is jpa faster than jdbc?

670


What class.forname does, while loading the drivers?

700


What is the execute method in java?

730


How can I connect mysql or oracle with java?

707


What is sqlwarning?

746