CodeCharge Studio

DBFormat Property

Specify the format in which you want the control value to be entered into the database.

Applies to

Hidden, Image, Image Link, Label, Label (Report), Link, Text Area, Text Box

Description

This property specifies the format of the data as it appears in the database. The DBFormat property determines the format that will be used to extract as well as place the control value into the database. Some databases such as MySQL and PostgreSQL are particular about the format used so this property should be set to correspond to the format of the value as contained within the database.

Note: The Format property can be used to display the control value in a format different from the database format.

See also:

Data Type property, Format property


On-line, printable versions and updates