Daniel,
You need to place the DSN string (Datasource name as defined in the CF
administrator by godaddy) in the CFQUERY tag (that you did not show in your
code sample).

Ex:

<cfquery name=" rs_christmas " datasource="DSN_STRING_HERE">
        SELECT * FROM FOO
</cfquery>


HTH,
Rich


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:300900
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