August 2003
Intermediate to advanced
1140 pages
68h 45m
English
CFusion_GetODBCDSN
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>