On CF5 try this

<cfoutput query="qTest">
        <cfloop list="#qTest.ColumnList#" index="col">
        #qTest[col][qTest.currentRow]#<br>
        </cfloop>
</cfoutput>
-----Original Message-----
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: maandag 18 maart 2002 13:35
To: CF-Talk
Subject: Evaluating # and -


oi CF-Talk!!

  I've got some county data that is returned from ArcIMS as a query.

  Some of the columns returned are

  #_of_farms(2000)
  1-People_living_in_city_limits(2001)

  etc etc

  I normally grab the columnames then just loop thru those and do an
  evaluate to dump the values.

  But evaluate keeps dying on the # and the -

  I can <cfdump> the query, so I am assuming CF can evaluate the
  columnames somehow. But I cannot seem to get it sorted. Any ideas?

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to