August 2003
Intermediate to advanced
1140 pages
68h 45m
English
CFusion_SetODBCINI
CFusion_SetODBCINI("ODBC Data Sources"_or_datasource_name, entry, value)
Used
in place of the cfregistry tag on Unix-based
ColdFusion servers to write ODBC data-source information to
odbc.ini. This is an undocumented function used
by the ColdFusion Administrator. Example:
<cfset CFusion_SetODBCINI("Employees", "Description",
"This is the employee master database")>