aspose file tools
The moose likes Servlets and the fly likes servlet-jdbc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet-jdbc" Watch "servlet-jdbc" New topic
Author

servlet-jdbc

harivarma mudunuru
Greenhorn

Joined: Sep 07, 2000
Posts: 8
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
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
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.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: servlet-jdbc
 
Similar Threads
array comparison
disassembler
Which JSP version I'm using?
How to assign js variable to jsp variable
Your details online