| 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?
|
 |
 |
|
|
subject: Retrieving Data�s by tracking from database��
|
|
|