Hey Scott.... this function query.ColumnList() is not documented in CF8 ... is it? I am asking this because its not working with me :( ... From: "Scott Stroz"
Yep, you you are looking for queryName.columnlist. So if your query looks like this: <cfquery name="myTest" datasource="myDB"> SELECT * FROM xyz </cfquery>