Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to change the data using a ResultSet.
If you have JDBC 2 and a conforming driver, you can request an updatable ResultSet when you create the statement object. Then, when you're on the row you want to change, use the update( ) methods, and end with updateRow( ).