Expalin the method of calling a stored procedure from jdbc.
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What does connection pooling mean ?
What is jdbc databasemetadata interface?
What type of drivers have you used?
What is the latest version of JDBC? What are the new features added in that?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
Describe the steps needed to execute a sql query using jdbc.
What are the basic exceptions in jdbc?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
How do java applications access the database using jdbc?
Discuss the procedure of retrieving warnings?
Compare jdbc and odbc and how is jdbc required in this context.