How to retrieve every n number datas from database and to display those records on webpage using JSP method?

Showing Answers 1 - 1 of 1 Answers

mn.viswa

  • Jan 3rd, 2008
 

You can get all the datas from database using query(select). JDBC used for connection with database.u may use separate java file to specify query and to collect datas from database.after that by using setAttribute and getAttribute u can display the datas in JSP.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions