Database startup parameters file status (_DbParams)
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Database startup parameters file status (_DbParams)
The _DbParams VST displays information about every database startup parameter.
| Field name | Data type | Description |
|---|---|---|
| _DbParams-Name | CHARACTER | Parameter name as specified on command line or in a parameter file |
| _DbParams-Value | CHARACTER | The current value specified for the parameter |
| _DbParams-dtype | INTEGER | The _field._dtype value |
| _DbParams-Desc | CHARACTER | Description of the parameter |
| _DbParams-Msg-Num | INT64 | Message number. Number in () written to the .lg file or screen |
| _DbParams-Is-Default | BOOLEAN | Is the current value the default? |
| _DbParams-Is-Modifiable | BOOLEAN | Is the value modifiable at run time? |