Displaying databases via JSP

2000-03-01 Thread Larry Mulcahy
Corbin Hoenes writes: I am wondering which is the most effective way to display database information (i.e. say a table) w/JSP. I can't really find any examples on or anything so here is what I have come up with: create a bean that has 3 methods openDB() returnRow() closeDB()

Displaying databases via JSP

2000-02-23 Thread Corbin Hoenes
I am wondering which is the most effective way to display database information (i.e. say a table) w/JSP. I can't really find any examples on or anything so here is what I have come up with: create a bean that has 3 methods openDB() returnRow() closeDB() call the openDB() method open