In this chapter you will learn:
1. How to Update a Row in ResultSet in JDBC?
You can update a row in table using RowSet updateString()
and updateRow()
method. There are 3 steps while updating a row in rowset.
1. Select row which you want to update. You can select a row using absolute(int Continue reading “JAVA JDBC – Update Row in ResultSet to Database Table” »