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
How to get the Database server details in java program?
What is jdbc servlet?
What are the advantages of using jdbc datasource?
Which jdbc driver is the fastest driver?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Why do we need jdbc driver?
How do I connect to jdbc?
What is a java driver?
What is database deadlock ?
What is jdbc oracle thin?
What port does jdbc use?
Result set’s index starts with 0 or 1?
Explain the process of creating tables using NetBeans IDE?
What is the function of setautocommit?
What are the differences between setmaxrows(int) and setfetchsize(int)?