Question
cfc application variables
Am I able to read application variables from with in a CFC?
If so, how?
Code Snip:
<cfcomponent>
<cffunction name="function1" access="public" returntype="numeric">
<cfquery datasource="#data#" name="membersearch" maxrows="1">
Error:
Element DATA is undefined in APPLICATION.
Code Snip:
<cfcomponent>
<cffunction name="function1" access="public" returntype="numeric">
<cfquery datasource="#data#" name="membersearch" maxrows="1">
Error:
Element DATA is undefined in APPLICATION.