Answer Posted / guest
Stored procedures are stored programs in jdbc.pl/sql is a
stored procedure.they can be called from java by callable
statement.
CallableStatement st=con.prepareCall("{----}");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is jdbc connection secure?
How to test jdbc connection to sql server?
What does jdbc setmaxrows method do?
Can we have foreign key reference to a non primary key column ?
How do I set properties for a JDBC driver and where are the properties stored?
What is getconnection method in java?
Why do we need jdbc?
How will you perform truncation using JDBC?
How to use JDBC API to call Stored Procedures?
Is java a database?
Is there another way of dealing with the result set that could execute faster?
What are four types of JDBC driver?
Explain the difference between rowset vs. Resultset in jdbc?
What is a jdbc driver and how many jdbc drivers are available?
What is the use of the statement in jdbc?