I am in the process of moving from CF8 to 10. I have a couple of queries 
where I dynamically specify the table name. For some reason this 
technique does not work in CF10?

So for instance...

<cfset tblname = "cooltbl">

      <cfquery name="dblist" datasource="#application.ds#">
             SELECT * FROM #tblname#
         </cfquery>

Thanks is advance.

-- 

Best Regards,

*Marty Franklin*
/Information Technology/

*Asset Research Services, Inc.*
[email protected] <mailto:[email protected]>




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

Reply via email to