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

blockFactor in CFQUERY

New Here ,
Feb 11, 2011 Feb 11, 2011

Is there any documentation from CF or MySQL that states what

DB (specifically MySQL) supports this tag attribute, blockFactor?

434
Translate
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
Valorous Hero ,
Feb 11, 2011 Feb 11, 2011
LATEST

The last time I checked, it was not supported in MySQL. Try searching mySQL's site for setFetchSize(). IIIRC, that is what blockFactor utilizes internally.

Translate
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