How to make updates to updatable result sets in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What does the connection object represents?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are statements in JAVA ?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
What packages are used by jdbc?
Why do we use jdbc statements?
What is jdbc driver?
What is an escape syntax?
What is the difference between client and server database cursors?
What do you mean by database connection pooling?
I have written a program to connect to database using odbc.Can this Application run on any Platform????