Loop thru query.ColumnNames

On Aug 28, 2004, at 12:06 PM, Charles Heizer wrote:

> Hello,
>  I was wondering if there was a easy way to run a quick query and have
> it display all of the results with out know in column names?
>
>  Example --
>
>  <CFQUERY NAME="q_Info" DATASOURCE="dbeta1">
>  SELECT *
>  FROM DOCS
>  </CFQUERY>
>
>  <cfoutput query="q_Info" startrow="1" maxrows="50">
>  ���#q_Info.queryoutput#<br> <--- This is what I need help with :-)
>  </cfoutput>
>
>  Thanks,
>  - Charles
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to