Name

CFusion_GetODBCDSN

Synopsis

CFusion_GetODBCDSN(  )

Used in place of the CFREGISTRY tag on Unix-based ColdFusion servers to return the names of ODBC data sources stored in the “registry.” This is an undocumented function used by the ColdFusion Administrator. Example:

<CFSET TheDataSourceNames = CFusion_GetODBCDSN(  )>

<TABLE>
  <TR><TH>Name</TH><TH>Description</TH><TR>

<CFOUTPUT QUERY="TheDataSourceNames">
  <TR><TD>#Name#</TD><TD>#Description#</TD></TR>
</CFOUTPUT>
</TABLE>

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.