displaying the page can't found after an hour

Hi all,

can any one please help me..

i am retrieving records from database based on date range.

the browser works well with in an hour it can displays with small date range.

if i give 5 years range it will take more time and the browser displays page conn't find after an hour.

my application runs well with small date range.

how should i solve this problem..

Thanks in advance..

[430 byte] By [venkat2007a] at [2007-11-27 11:38:26]
# 1

Maybe it's trying to fetch *too* much records? Set the range limit to 1 year or so.

BalusCa at 2007-7-29 17:20:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Hi,

Problem solve by paging,

http://forum.java.sun.com/thread.jspa?threadID=5194183

drvijayy2k2a at 2007-7-29 17:20:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...