Community Member Profile
- Profile: /members/504-Lossed.htm
- Comments: 2
- Points: 1
Recent Blog Comments By Lossed
-
Using ColdFusion Query Column's Java Methods To Find Values And Test Existence
Posted on Mar 25, 2007 at 10:54 PM
Thanks for this info. Unfortunately I can't seem to find an integer value even though I know it's present in the column. eg: myquery['mycolumnname'].indexOf(120) returns -1,when I know it's sitting at the java index of 9 (row 10 in cfm). I tried different casting: indexO... read more »
-
Using ColdFusion Query Column's Java Methods To Find Values And Test Existence
Posted on Mar 25, 2007 at 10:53 PM
Thanks for this info. Unfortunately I can't seem to find an integer value even though I know it's present in the column. eg: myquery['mycolumnname'].indexOf(120) returns -1,when I know it's sitting at the java index of 9 (row 10 in cfm). I tried different casting: indexO... read more »



