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 database independent?
Explain different types of locks in jdbc?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How you restrict a user to cut and paste from the html page using java programing?
explain about special characters?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Does jdbc require oracle client?
How to rollback a JDBC transaction?
What is the use of getGeneratedKeys() method in Statement?
How to check jdbc driver version in sql server?
How MS-Access DB can be accessed over a network, using JDBC API?
Explain the difference between resultset and rowset in jdbc
How can we set null value in jdbc preparedstatement?
What do you understand by jdbc datasource?