aspose file tools
The moose likes JDBC and the fly likes Retrieving Data�s by tracking from database�� 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 » Databases » JDBC
Reply Bookmark "Retrieving Data�s by tracking from database��" Watch "Retrieving Data�s by tracking from database��" New topic
Author

Retrieving Data�s by tracking from database��

Bubesh Sankar
Greenhorn

Joined: Nov 12, 2006
Posts: 6
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� jsp � servlet 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
Scott Johnson
Ranch Hand

Joined: Aug 24, 2005
Posts: 518
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Retrieving Data�s by tracking from database��
 
Similar Threads
dirty read problem
Error executing sql statement
Is there a way to perform SQL queries on local data?
Real life databases
Creating Temp table and querying it