Hi there

Thanks for that.

I'm trying to do something on the fly in the next half hour.

This is what I have so far

<cfquery name="qgetusers" datasource="back">
select *
from users
order by lname
</cfquery>


<cfxml variable="users">
                <cfoutput query="qgetusers">
                        <cfoutput>
                          <fname>#fname#</fname>
                          <lname>#lname#</lname>
                        </cfoutput>
                </cfoutput>
</cfxml> 

Havent used cfxml before - I just need to show someone the results in approx 
1/2 hour

Thanks in advance

P

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279401
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