Question
Multiples DSNs' application.cfc
Hi All,
Is it possible to set the multiple datasources on a Application.cfc using this.datasouce attribute?
CF 9, from application.cfc, you can set
<cfset this datasouce ="myDSN1" > and no need to specify the DSN in the query. My question is if I have multiples Datasouces, how can i set them up in application.cfc?
<
cfquery name="qDoctype">select * from type
</cfquery>
Thanks
