java/jsp and MySQL
my application is a web based library system.
and i have implement search facility of books.
i want to know how to get the resultset of a search to a web page's table(html table)
i.e, when search is done through excecuteQuery object how to send the result set to a table to show the output.
thanks in advance
|