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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

caching query

Status
Not open for further replies.

johk02

Programmer
Aug 20, 2003
169
AU
Hi,

I have now tried this custom tag for multi select related - CF_MultipleRelatedSelects. Downloaded it from Macromedia.
The tag works rally well - if you don't have to many records.
The problem I have is that I have about 17000 records and the page doesn't load properly.
When I cut the db down and only have about 2000 records it works great.
I have tried to cache the query but it didn't help and I also tried to use <cfcache> but due to that the page doesn't load properly it didn't work.
Anyone have an idea how to deal with this?
Can I put an "delay" so that the query can be executed before the custom tag get executed?

Jonas
 
Doesn't load properly"?

What do you mean... It seems obvious that page outputs oddly,

Later you say "Can I put in a delay so that the query can be executed before the custom tag". That implies you're getting a cf syntax error...

It is not unreasonable to think that so many would mess up the display.

You could include a div with scrollbars in your form and list radio buttons in the div.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top