Name

CF_IsColdFusionDataSource

Synopsis

CF_IsColdFusionDataSource(datasource)

Returns true if datasource is a valid ColdFusion data source or false if it isn’t. This is an undocumented function used by the ColdFusion Administrator. Example:

<cfoutput>
CFExamples: #CF_IsColdFusionDataSource('cfexamples')#<br>
CFSnippets: #CF_IsColdFusionDataSource('cfsnippets')#<br>
Cheese: #CF_IsColdFusionDataSource('cheese')#<br>
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.