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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -