Name

CFusion_SetODBCINI

Synopsis

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 temp = CFusion_SetODBCINI("Employees", "Description",
  "This is the employee master database")>

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.