[thelist] ColumnList in ColdFusion

JAFFERY, RAHEEM S (SBCSI) rj7356 at sbc.com
Mon Dec 29 16:04:56 CST 2003


Hi, Can someone help me please ....

I'm trying this ...
<cfquery name="qryAdHoc" datasource="#ds_ixc#" username="#un#"
password="#pw#">
	#preserveSingleQuotes(qSql)# 
</cfquery>

<cfset Header = #qryAdHoc.ColumnList#>

If I do a cfoutput 
<cfoutput>#Header#</cfoutput>

I get the columnlist in ascending order. How can I avoid this and list the
output just as it appears in the cfquery tag above.
Your response is greatly appreciated. Thanks in advance.
Jeff.



More information about the thelist mailing list