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
Why do I have to reaccess the database for Array, Blob, and Clob data?
What are devices?
If I use the JDBC API, do I have to use ODBC underneath?
Why do you use a data source object for a connection?
How are jdbc statements used?
What is meant by jdbc and odbc?
Which is better jpa or jdbc?
How can we set null value in jdbc preparedstatement?
What do you mean by two phase commits?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What class.forname does, while loading the drivers?
What is @entity in java?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is an advantage of using the jdbc connection pool?
What is statement and resultset in jdbc?