Explain how to make updates to the updatable resultsets.
No Answer is Posted For this Question
Be the First to Post Answer
Which package is used for jdbc application?
What is JDBC DataSource and what are it’s benefits?
What are the differences between statement and preparedstatement interface?
What is the JDBC syntax for using a literal or variable in a standard Statement?
How do you create Connection?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Differentiate between a statement and a preparedstatement.
What is difference between jdbc and odbc?
When you will get error like ?No suitable driver??
State the three different ways in which you can create a table?
What are the advantages of collection pools?