I have a query:

<cfquery datasource="mydata" name="myview">
        SELECT * FROM mytable
</cfquery>

Now I would like to <cfoutput> let's say myview.city, or my
myview.state, or myview.zip depending on the value of a variable.
I was trying nesting #'s something like:

#myview.#myvariable## and similar things, none of which worked :-(

TIA,
laszlo
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to