Hi william, thanks for your help. 

don't mind my stupidity in this field. but where do i find the application.cfm? 
what i have is a coldfusion application, and the root folder for my site is in 
the wwwroot (a folder created when installing coldfusion on my mac). so i have 
the index.cfm in this folder, and my database (MySQL) was created by 
cocoaMySQL. i was able to connect to the database on my computer (locally). 
using dreamweaver, i connected to the database, and when making the index.cfm 
file, i dragged and dropped a 'field' from my recordset called 'rs_chrismas' 
into the file. it works nicely on my computer. the problem is when i upload the 
index.cfm to godaddy, and also export the MySQL database from my computer to 
godaddy, they don't connect. 

this is what my application.cfm says: 

<cfif cgi.remote_addr is "" or not (CGI.REMOTE_ADDR is "localhost" or 
CGI.REMOTE_ADDR is "127.0.0.1")>
        <cfinclude template="../exampleapps/sorry.htm">
        <cfabort>
</cfif>

WHERE DO I FIND THE <cfquery> that creates the 'rs-christmas' query? 

thanks. 

daniel 

>The string that needs to be replaced is probably in the  
>application.cfm or application.cfc page.
>
>If you send us a copy of the <cfquery> that creates the  
>'rs_christmas" query, we can help you find out where it is.
>
>Also, just to be sure, do you have MySql loaded on your local mac, or  
>is it hosted with GoDaddy?
>
>William
>
>
>On Mar 10, 2008, at 2:10 PM, Daniel M. N. wrote:
>
>> 

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

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

Reply via email to