![]() |
![]() |
The DBNavigator bean gives you an easy way of adding to your program element a set of buttons that navigate the rows of a result set and perform various relational database operations.
For example, one of the buttons makes the next row in the result set the current row, and another button commits changes to the database.
The DBNavigator bean is used in conjunction with a Select bean. As described above, the Select bean is used to retrieve a result set from a relational database. The DBNavigator bean operates on the result set.
To use the DBNavigator bean:
![]() |
![]() |