Procedure
Follow these steps to use a ResultSet object:
- Create the ResultSet object.
- Run the query to fill the ResultSet with
data.
- Navigate (move) through the resulting data
until you find the record you want.
- Retrieve the values from the fields of the
record.