I think your friend may be the array notion for a ColdFusion record set. Try playing with these and see if this doesn't lead somewhere.
The following forms are perfectly legal ways to reference record sets.
query.columnName[row]
query["columnName"][row]
Also if you are using a <cfoutput query=""> or a <cfloop query=""> #currentRow# is a system variable of the current row (duh) that the loop is in.
Hopefully these will get you on the right track.
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Using recursion with query results nancy . tracy
- RE: Using recursion with query results Barney Boisvert
- Ian Skinner