Answer Posted / devarathnam c,kotagudibanda(po
Hi... CallableStatement : It is an interface in JDBC
API,which can be used to calling the storedprocedures and
functions in backend like oracle,sybase.
Syntax:
CallableStatement cst=con.prepareCall("{call <procedure
name>(?,?)}");
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
How can you know about drivers and database information ?
Discuss the significances of jdbc.
How java can be connected to a database?
Where is ojdbc14 jar located?
How can you use preparedstatement in jdbc?
Describe odbc?
Explain how to make updates to the updatable resultsets.
What are the different types of drivers under jdbc?
What are the steps to connect to the database in java?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is the latest version of JDBC? What are the new features added in that?
How to test jdbc connection to sql server?
What is @entity in java?
Where jdbc drivermanager class is used?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?