Unless it's really necessary I would try not to set "datasource" as an application variable, either:
<cfset datasource="CODAGenomics"> or <cfset request.datasource="CODAGenomics"> Andrew. >I seem to have a "sticky" application variable. How do I get it to change? > >The application.cfm file is: > ><cfapplication name="CBRLVer11" sessionmanagement="Yes" >clientmanagement="Yes" SESSIONTIMEOUT="#CREATETIMESPAN(0,8,0,0)#" > ><cfparam name="Application.datasource" default="CODAGenomics"> ><cfparam name="Application.name" default="CODA"> > >All the queries use: > > <cfquery datasource="#application.datasource#" name="xxx"> > >So, when I changed the application.datasource default value, the related >scripts >Still bring up the old value. > >Have tried clearing the browser cache, etc. etc. > >Any idea why and how to fix? > >TNX if you can shed some light on this problem. > >Rick. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188918 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

