Hi, all.

Here's the query:

<cfquery name="get_days" datasource="#dsn#">

        select distinct event_days from weekly schedule order by event_day

</cfquery>

The data that should be returned if the query is looped is

1, 1, 1, 1, 2, 4, 6

However, when I run.

<cfloop query="get_days">

        <cfoutput>#event_days#</cfoutput>

</cfloop>

.. all I get is 1, 1, 1, 1.four ones, and that's it.

What could I be doing wrong?  I knew transitioning from CF 4.5 to CF 8
would present some issues, but gee whiz.

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291023
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to