or you could loop through the q_info.columnlist variable.
> -----Original Message-----
> From: Charles Heizer [mailto:[EMAIL PROTECTED]
> Sent: Saturday, August 28, 2004 2:07 PM
> To: CF-Talk
> Subject: cfoutput and cfquery question ...
>
> 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]

