Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
drazen007 #1
CFGRID ? maxRows
I agree with ArtNirvana.
If you have maxRows then is reasonable to have page navigation and also you can think about record locator based on sort column.
drazen007 Guest
-
cfquery with maxrows = faster processing ?
Yes, there is an increase in speed, as returning 10 rows is less work than returning 50, but that may not be the whole story. Most of a query's work... -
cfquery with maxrows supposed to be faster?
The query speed will not be affected. The page will load more quickly though, if you are displaying only 10 rows of data rather than 50. How long... -
Help with CFGrid
How can I get a hyperlinked file deleted from the server when the delete action occurs in the Grid, which the action is also followed through to the... -
Using Maxrows with Nested Output
This seems so simple but how does MAXROWS work with nested queries that are grouped? If you apply it at the top level it limits the number of... -
CFQUERY and maxrows attribute
ok, maybe I'm on some bad crack today, but I recall that the maxrows attribute of cfquery works AFTER the resultset is returned to CF from the DB. ...



Reply With Quote

