Chad
Member since Nov 5, 2009
- Profile: /members/4690-chad.htm
- URL: http://edisonpen.com/
- Comments: 2
Recent Blog Comments By Chad
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Nov 5, 2009 at 12:41 PM
Does the query object have to have a primary key in it for removeRows() to work?... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Nov 5, 2009 at 12:19 PM
The removeRows() function does not work for me. When i go and output my query it still has the rows that i wanted deleted. I dont see any typos in my code... not sure what is going on. <cfloop query="getProductsForSearch"> <!--- Check condition for deleting. ---> <cfif getProduct... read more »