> 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
Same error. The only thing I can think of is that it's a view and not a table. It still should work though.. Shouldn't it? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:344671 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

