• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Large Query output - cfflush?

Community Beginner ,
Apr 08, 2010 Apr 08, 2010

Copy link to clipboard

Copied

I have an exceptionally large query that I run once a week, and it has now become very cumbersome.  at any given time its 20 000 records or more.

I want to output to page as the query runs - trying cfflush but it does not seem to work.

Anyone have any suggestions - running CF 8.

TOPICS
Advanced techniques

Views

582

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 08, 2010 Apr 08, 2010

Copy link to clipboard

Copied

LATEST

Unless there is something else in your code to mess up cfflush, something like this should work.

<cfoutput>

#record#

<cfflush>

</cfoutput>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation