This is a discussion on Datasource cfgettingstarted could not be found - Macromedia Dreamweaver ; I have followed the samples..for dreamweaver and coldfusion I moved my select statement to a cfc file.. art.cfc I can see this file in the files tab the local files shows site - coldfusion 9 tutorial (C:\ColdFusion8\wwwroot\cf8gettingstarted\tutorial ) When I ...
I have followed the samples..for dreamweaver and coldfusion
I moved my select statement to a cfc file.. art.cfc
I can see this file in the files tab
the local files shows
site - coldfusion 9 tutorial
(C:\ColdFusion8\wwwroot\cf8gettingstarted\tutorial )
When I attemp to use a cf component in the cf8gettingstarted.tutorial
art.
.query getArtwork()
when I drag it to my index.cmf page..
i get
<cfinvoke
component="cf8gettingstarted.tutorial.art"
method="getArtwork"
returnvariable="getArtworkRet">
</cfinvoke>
i change getArtworkRet to artwork
the actual full path to this file is
C:\ColdFusion8\wwwroot\cf8gettingstarted\tutorial as per the instructions in
the examples..
I press the f12 key to view page in the browser I get this error
Datasource cfgettingstarted could not be found
what can I change to get it to work??
Has anyone been through this??