Answer Posted / chandrarekha
connection statement provides the preparecall() method
which is used to create callabale statement....and it's
derived from the prepared statement interface...it can be
used to create stored procedures or to use the existing
stored procedures
| Is This Answer Correct ? | 19 Yes | 12 No |
Post New Answer View All Answers
Give an example for getXXX method?
Explain the locking system in jdbc?
Write an sql to find all records having all numeric characters in a field ?
Explain the JDBC Architecture?
What are the different classes through which JDBC represents statements?
What is meant by connection string?
How to check jdbc driver version in sql server?
What is jdbc driver manager?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
Is jdbc a middleware?
What causes the "No suitable driver" error?
What is the use of the statement in jdbc?
List the common jdbc exceptions ?
How do I start debugging problems related to the JDBC API?
How does jdbc driver work?