Working with a result set
About this task
Here are the steps to follow when using 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.
Creating a result set
Running the query
Navigating through the result set
Retrieving values from fields
Parent topic:
Working with queries
Feedback