Anyone knows how to display a resultset in a browser in a grid form
The resultset must be updateable. I already know how to access an
access database from java codes. I need to know what java codes are
needed to display the resultset in grid format.
I am using a servlet to access the database.