Loop over the ColumnList...

<CFLOOP FROM="1" TO="#Foo.RecordCount#" index="iRow">
        <CFLOOP LIST="#foo.columnlist#" index="col">
                #foo[col][iRow]#<br>
        </CFLOOP>
</CFLOOP>

Or something like that I think

HTH



-----Original Message-----
From: Todd [mailto:[EMAIL PROTECTED]] 
Sent: 10 April 2002 17:34
To: CF-Community
Subject: OT tech question


Say you do a SELECT * FROM table, but you don't know the name of the
fields in the table.  How do you output the query results?

Todd


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to