|
|
Q3019 Can I use the array functions with my ColdFusion recordset(query)?
irt.org | Knowledge Base | ColdFusion | Q3019 [ previous next ] Q3019 Can I use the array functions with my ColdFusion recordset(query)?Yes. All ColdFusion array functions are available for use with your recordsets. The only hitch is that you have to use array notation to address the column that you want to work on. For example, with this code you can grab all of the records in a table and perform different sums on the columns. This way, you have the data you need to do all of your work in one query.
Submitted by Bill Sterzenbach |
-- div -->
|