CodeCharge Studio

DB_<connection name>_USER_PASSWORD; Run-Time Variable (ColdFusion)

Applies to

CheckboxList Control, Directory Form, EditableGrid Form, Grid Form, ListBox Control, Path Form, RadioButton Control, Record Form

Type

string

Access

read /write

Syntax

<cfset Request.DB_Connection1_USER_PASSWORD=<expression>>
<cfset <expression>=Request.DB_Connection1_USER_PASSWORD>

Description

This variable contains the password specified for the connection

See also

DB_<connection name>_DS variable
DB_<connection name>_DB_TYPE variable
DB_<connection name>_USER_NAME variable


On-line, printable versions and updates