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
What is dburl?
What is represented by the connection object?
What is JDBC ResultSet?
What is jdbc servlet?
Is jdbc database independent?
What is the use of the statement in jdbc?
If I use the JDBC API, do I have to use ODBC underneath?
What does executeupdate return in jdbc?
How to check jdbc connection in linux?
List the advantages of using datasource?
What is ojvm used for?
What is a jdbc connection?
What is a merge field?
How do you determine the sensitivity of the ResultSet object?
What is the reason why we need a jdbcrowset like the wrapper around resultset?