• 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

Retrieving Data�s by tracking from database��

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

We are running with a problem in our design for getting data�s from our database.

Issue : We have a some thousands of records in our database, By getting user input thro� jspservlet is getting a some hundreds of data�s from database. We are creating some temp. tables for storing the details and then displaying Some tens of data particular is displayed to screen after we just deleting the temp. table.., if he clicks next same procedure but the next data�s of the same hundreds in the temp. Table��

This is a poor design, I now only came to know about a feature called callable result set I am not sure �If any of you know help us�� with design and code explanation
 
Ranch Hand
Posts: 518
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bubesh,

Your question is not clear to me. Are you trying to eliminate the temp table? Or are you trying to move the sql to a stored procedure?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic