New Installer is now available!

Opps, I meant to send that to the list but when I hit reply on my phone it always replies directly back to the individual.

So, is it possible to edit the application.cfc file on the fly? Or a safer method, have a config file that is read with cffile, parsed, and dynamically set the datasource in Application.cfc. Once the file is read, cache the datasource name in the application scope so it is only read once.

I'm not completely sure if that is possible-- just thinking off the top of my head. Since Application.cfc is all CFML can all the ORM setup be wrapped in an "if" statement that excludes it if the datasource setting can't be read?

~Brad