Community Member Profile
James
Member since Mar 10, 2011
- Profile: /members/7962-James.htm
- Comments: 2
- Points: 20
Recent Blog Comments By James
-
Ask Ben: Query Loop Inside CFScript Tags
Posted on Mar 10, 2011 at 10:40 AM
Correct :)... read more »
-
Ask Ben: Query Loop Inside CFScript Tags
Posted on Mar 10, 2011 at 8:27 AM
Another method of looping a query in Coldfusion is to use a while loop with query.next(). Using this method eliminates the need to have an additional counter, and gives you access to the currentRow variable within the query object. While they are functionally the same, this is another option.... read more »



