CodeCharge Studio

DB_<connection name>_DB_TYPE; 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_DB_TYPE=<expression>>
<cfset <expression=Request.DB_Connection1_DB_TYPE>>

Description

This variable specifies the type of database driver used in the connection.

See also

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


On-line, printable versions and updates