ah, added in CF9
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7ef7.html

Just to rule everything else out..
Go up to the top of the page and JUST put
<cfquery name="OpenedUpSeats"  dbtype="ODBC" datasource="TrainingBE">
 Select * from OpenedUpSeatsView
</cfquery>
<cfdump var="#OpenedUpSeats#" abort>

And see what happens.. make sure there's not some flow issue





On Thu, May 19, 2011 at 8:41 AM, Phillip Vector
<vec...@mostdeadlygame.com> wrote:
>
>>The code looks like this: <cfdump var="#OpenedUpSeats#" abort> ?
>>
>>I have never seen code like this ever or that writeoutput() above..
>>
>>have you tried just
>><cfdump var="#OpenedUpSeats#" />
>><cfabort />
>
> Same result. It's not the closing of the tags that are messing things up. 
> <cfdump var="#OpenedUpSeats#" abort> is a valid tag. :)
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:344667
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to