I know the datasource is there, in the root directory. So why can't the
CFC find it ...??

Element DATASOURCE is undefined in APPLICATION.  
 
  
The error occurred in /var/www/html/coda/datatrack/DataTrack.cfc: line
14
 
12 :            <cfargument name="getType" default="ALL" type="String"
required="yes">
13 :            <cfargument name="id" default="0" type="Numeric"
required="no">
14 :            <cfquery name="qTracks"
datasource="#application.datasource#">
15 :                    <cfif arguments.getType EQ "SINGLE">
16 :                            exec usp_DataTrack_SELECT #arguments.id#

 

Rick Colman

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303138
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to