>I restarted CF several times to make sure. I don't know that I've ever had a problem with this, other than forgetting to restart it.
You can try this. Setup a method like so <cffunction name="retVariables" access="public" returntype="Struct" output="false"> <cfreturn variables> </cffunction> Run it from a page and see if your dsn is there: <cfdump var="#application.whateverYourCFCis.retVariables()#"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308018 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

