Community Member Profile
ANthony
Member since Dec 11, 2008
- Profile: /members/1005-ANthony.htm
- Comments: 1
- Points: 1
Recent Blog Comments By ANthony
-
Ask Ben: Pulling SQL Records Based On A List Of IDs
Posted on Oct 16, 2007 at 3:36 AM
There's another way of doing this in ColdFusion (and probably other languages). You can retrieve a specific cell from your query by using the format QueryName['ColumnName'][RowNumber]. So after your query you might do something like: <cfloop list="#LstID#" index="i"> <c... read more »



