Name

CF_IsColdFusionDataSource

Synopsis

F_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 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.