>in SQL you would use square brackets
>e.g.
>select [first name]
>
>does this not work in QofQ ?
>
>if not, then remember a query is just a struct of associative arrays,
>so you can simply reference the columns as struct keys
>
>e.g.
>myquery["first name"][row]
>
>where row is the row number
>
>or it may be the other way round, I forget
>
>myquery[row]["first name"]
>
>--
>
>Russ Michaels
>
>www.bluethunderinternet.com  : Business hosting services & solutions
>www.cfmldeveloper.com        : ColdFusion developer community
>www.michaels.me.uk           : my blog
>www.cfsearch.com             : ColdFusion search engine
>
>sky

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to