EMS logo

Products Navigation

SQL Manager for IB/FB

Our Partnership Status

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS SQL Manager for InterBase/Firebird

On-line Documentation

Setting field defaults


The Field Default group allows you to define the default value for the column, i.e. the value that is entered when no other entry is made

 

To activate the group, enable the CheckBox Field Default option.

 

Use the provided controls to specify the default field value.

 

Tables - Field Editor - Setting field defaults

 

 

The Field Default edit controls vary according to the data type of the field being edited:

  • for integral data types (SMALLINT, INTEGER), use the Default spinner control to specify the necessary value
  • for floating-point data types (FLOAT, NUMERIC, DOUBLE PRECISION, DECIMAL), type in or click the arrow-down button to call the Calculator popup window and set the necessary value
  • for string data types (CHAR, VARCHAR), use the editable area to input the necessary text
  • for temporal data types (DATE, TIME), type in or click the arrow-down button to call the Date editor popup window and set the required date value; if necessary, check Set default value to and select a NOW/TODAY value from the drop-down list

 

Note that the default value set for the field based on a domain in the Field Default group of Field Editor will override the corresponding value set for the domain.

 

 

When the CheckBox Not Null option is enabled, the Field Value by Default dialog appears before applying changes to prevent the NOT NULL constraint violation.

 

Tables - Field Editor - Setting field defaults - Field value

 

 

Source of data

 

RadioButton Other field

Implies that values for the field are taken from an existing field. Use the Field drop-down list to select the field to be used as the source for the field being created/edited.

 

RadioButton Value is direct

Implies that the default value for the field is specified directly. Use the Value box to set the value you need.