Dan Parker
Member since Dec 11, 2008
- Profile: /members/2349-dan-parker.htm
- Comments: 1
Recent Blog Comments By Dan Parker
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Sep 8, 2006 at 11:03 AM
This process doesn't work to delete more than one record by simply removing the break. It seems that the CurrentRow count shifts in the loop when you remove a record. A method that does work is: <cfset LoopCount = 0> <!--- Loop over query. ---> <cfloop query="qTest"> ... read more »