I'm trying to extract query information from a resultset, the problem is I don't know the column headings as the query is created by the user.
I can get the column headings using query.columnlist but can't seem to use this within a cfoutput query.
Is there anyway to extract the query results without knowing the column headings.
I can get the column headings using query.columnlist but can't seem to use this within a cfoutput query.
Is there anyway to extract the query results without knowing the column headings.