Learning ColdFusion 9: Application-Specific Data Sources

<!--- Randomly set the app-specific data source. --->
<cfif (randRange( 1, 2 ) EQ 1)>
	<cfset this.datasource = "ben" />
<cfelse>
	<cfset this.datasource = "ben_bunk" />
</cfif>

For Cut-and-Paste