How to fetch entries/values from database to a jsp page one by one?

I have a table in Microsoft SQL server Management Studio with two columns title and data and each column has 10 enteries. I have a jsp page on which i want to display different database entries of the each column in different blocks. Now what code i should write that i get each entry in each block?

View Answers









Related Tutorials/Questions & Answers:
Advertisements