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 resultsetmetadata?
What is the role of class.forname while loading drivers?
What is ojdbc14 jar?
Under what circumstances, that all four drivers are used?
What are dml and ddl?
What is Apache DBCP API?
Why did my jdbc code throw a rollback sqlexception?
Does jdbctemplate use prepared statements?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is jsp and jdbc?
What is while rs next ())?
What are the factors that the jdbc driver performance depends upon?
What is new in JDBC 2.0?
What is metadata in jdbc?