I am accessing data base using servlets.How can i display ten data items per page?
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
create a session object. Have a counter i;check the condition for for i==10; Any way u are going to use rs.next(). so next time if u click another 10 results will be retrieved
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
I think we need a bit more detail about what you are having problems with. Do you have problems using JDBC? Do you have problems with the Servlet API? Do you have problems installing or configuring servlets or a servlet container? Do you have problems with producing SQL to give to JDBC. Please let us know which bits you are happy with, so that we can help with the bits which are not clear.