Gabriel Rose
Member since Dec 11, 2008
- Profile: /members/928-gabriel-rose.htm
- Comments: 1
Recent Blog Comments By Gabriel Rose
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Dec 6, 2006 at 11:07 PM
the following sample code works fine for deleting multiple records in the original query looping over the array backwards works a treat and using array notation in the second query keeps things simple hope this helps someone, cheers! <cfloop index = "currentRow" from = "#yourQuery.recordCount... read more »