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
<cfsetthis 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?
<
select * from type
</cfquery>
Thanks