Answered
set datasource in application.cfm
hi guys,
my problem: need to set a datasource in application.cfm so I do : <cfset mydatasource = "hello">
application.cfm is in the root folder. my components are in cf_components folder and if I try to use :
<cfquery name="getMe" datasource="#mydatasource#">
.....
</cfquery>
so all in all, i get an error that variable mydatasource is not defined.
any help much appreciated.
cheers,
Simon
