Sean Portle
Member since Jan 6, 2010
- Profile: /members/5109-sean-portle.htm
- Comments: 1
Recent Blog Comments By Sean Portle
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Jan 6, 2010 at 4:11 PM
Can I assume that if I am looping over a query and during a loop iteration, remove the current row being processed the loop will skip a row like any normal for loop? Example: I have a recordset of 4. On the 3rd iteration of the loop (record #3), I remove that row. Now my recordset is 3. So the loop... read more »