Keeping ColdFusion Datasource Names Dynamic
One tip that may get overlooked by new developers to ColdFusion is the importance of keeping your DSN names in variables so that they can be changed on the fly. This is actually quite easy, but is best done at the very beginning so not to have to worry about any global find & replace tasks in your Application. The idea behind this is that when the DSN name changes, only one update needs to be made.
