Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Does jdbc use ssl?

977


What is while rs next ())?

1000


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

1103


How many packages are available in jdbc api?

1003


How does a file store compare with a jdbc store?

1265


What packages are used by jdbc?

995


Why do we use jdbc in java?

1117


What is ojvm used for?

1037


How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

1131


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

965


What is transaction processing in jdbc?

1045


How to check jdbc connection in linux?

1071


How can I retrieve a String or other object type without creating a new object each time?

1242


Does jpa use jdbc?

980


How to set NULL values in JDBC PreparedStatement?

1025