On Mon, Jan 24, 2011 at 10:21 AM, Skellington <[email protected]> wrote:
> Hmm, so I re-read the manual on "DatasourceCreate" and I want to make > sure I understand. I was under the impression that DatasourceCreate > was session specific and not global to the server instance? > Definitely global. It doesn't persist across server restarts but it's not session specific in any way. If you have it in your Server.cfc it'll get created at the instance level there when your server restarts. -- 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
