java - store the values in a list from database -
in database there table called account .in table 2 fields user , account number . single user has multiple account number. want display account number of particular user in jsp page
since question general , not specific suggest @ jdbc tutorial here: http://www.roseindia.net/jdbc/jdbc.shtml (topic 8): retrieving rows database basics : http://www.roseindia.net/jdbc/jdbc-mysql/getallrows.shtml
hope helps. if not, please specific in question.
Comments
Post a Comment