PreserveSingleQuotes(variable)

Prevents ColdFusion from automatically "escaping" single-quotes contained in variable.

variable

Variable containing the string for which single quotes are preserved.

Usage

PreserveSingleQuotes is useful in SQL statements.