• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to acess data after any change in the database

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Actually i am new to this forum.I am very sorry for my incomplete dought.presently i am attending for the technical discussions.So,im asking those one which are asked by the interviewers.

Here is my dought:
If we are retrieving 30 records from the database,we have to print first 10 records in one JSP and we did some insertion for that field and then we have to print next 10 records. How to answer this Query?
Thank You.
[ November 07, 2006: Message edited by: Bear Bibeault ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the JSP forum.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally, it's best not to pull more records than you need from the database.
The JSP faq has a section on paging that has example code for different RDBMSs.

http://faq.javaranch.com/search?PaginationOrPaging
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic