Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display huge number of records in CFGRID

Status
Not open for further replies.

request

Programmer
Joined
Dec 5, 2001
Messages
76
Location
US
I have CFGRID in .cfm.

My query returns 40000 records and it should display in CFGRIN.

However, it seems it runs out of memory .
Please let me know how can I display 40,000 records in CFGRID???

Thanks a lot.
 
I would strongly advise attempting to display even 4000 records on one page you will crash your browser!!

Split it into pages and display maybe 100 records per page with links to navigate through the records.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top