How many ways can you update a result set?
Answer / Ms.meena Kumari
In JDBC, there are two primary ways to update a result set: the first is by iterating through the result set and calling the setXXX() methods on each row; the second is using update methods like updateRow() for updating multiple rows at once.n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of jdbc drivermanager class?
What are the measures to connect to the db using jdbc?
What is jdbc odbc driver?
What does executequery return in java?
List some new features available in jdbc 4.0?
How does jdbc work?
What is jdbc class forname?
What does executeupdate return in jdbc?
What are devices?
What happens if we don't close the connection in jdbc?
Is jdbc an api?
What is Type-4 Driver and when this driver is used?