Tag Archives: Programming Logic

Coldfusion .columnList Variable Attribute Presents A Problem.

December 27, 2008

1 Comment

The problem:
I need to grab both column labels and row values from my database based on nothing more than a passed table name. Getting the data is easy, and getting the column labels is easier thanks Coldfusion’s variable attributes but it isn’t quite what I want.

The cfquery results attribute “.columnList” returns the table’s column [...]

Continue reading...