On Mon, Aug 9, 2010 at 11:30 PM, Tom_Loyd <[email protected]> wrote: > +-- C:/webwin/faganent/Application.cfc > Type Database > Function(s) OnApplicationStart (C:/webwin/faganent/Application.cfc, > Line=25, Column=55) > Detail The datasource fagancfbd could not be found or was > invalid >
Out of curiosity does the datasource work elsewhere in your application? Just for troubleshooting purposes can you comment out the query you have in OnApplicationStart and just put it on a CFML page somewhere to see if you get the same error? Let's start there and then we can look into things like dumping the datasource list and a few other avenues of investigation to get to the bottom of what's going on. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
