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
Which package is used for jdbc application?
Does jdbctemplate use prepared statements?
Explain about Join?
What are the different types of JDBC drivers?
How do I insert/update records with some of the columns having NULL value?
What do you understand by jdbc datasource?
What is database connection pooling? Advantages of using a connection pool?
What is difference between jdbc and odbc?
How to rollback a JDBC transaction?
What is a JDBC 2.0 DataSource?
What is jdbc odbc bridge?
What are the advantages of using preparedstatement in java?
What are the flow statements of jdbc?
Which database is used for java?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?