Community Member Profile
janine
Member since Apr 27, 2011
- Profile: /members/8234-janine.htm
- Comments: 1
- Points: 12
Recent Blog Comments By janine
-
Running UPDATE And DELETE SQL Statements Using ColdFusion Query Of Queries
Posted on Apr 27, 2011 at 6:14 AM
I just had another idea as well: We can change qoqs by looping over the query and doing this: [cfset ROWNR=1] [cfloop query="q_myQuery"] [cfset q_myQuery.F_FIELD[ROWNR]='AnyContent'] [cfset ROWNR++] [/cfloop] -- If I want to change only one fi... read more »



