CodeCharge Studio

DB_<connection name>_DS 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_DS=<expression>>
<cfset <expression>=Request.DB_Connection1_DS>

Description

This variable contains the name of the data source which is used to retrieve data.

See also

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


On-line, printable versions and updates