CodeCharge Studio

strSQL Run-Time Variable (ColdFusion)

Applies to

Record

Type

string

Access

read/write

Syntax

<cfset <expression>=strSQL>
<cfset strSQL=<expression>>

Description

This variable contains the SQL query string to be executed in a cfquery tag in order to perform insert, update or delete operations. This variable can be modified in events like Before Execute Update,Before Execute Delete etc.

See also

strOrder<control> Variable
strWhere<control> Variable


On-line, printable versions and updates