« Cause for "A script in this movie is causing Flash Player to run slowly" alert | Main | Submitting Tips and Tricks for the Developer Center »

April 3, 2006

ColdFusion MX 6.1, MX 7.0: CFQUERY, CFSTOREDPROC maxrows behavior

(TechNote) Until recently, ColdFusion MX cfquery and cfstoredproc tags did not honor the maxrows parameter and pass the value on to the database. This means for some migrated applications, there may be a performance penalty or memory footprint issue on large resultsets that the developer thought would be limited by maxrows.

Posted by dmorris at April 3, 2006 7:11 AM

Related Entries