Default mask
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The default masking method is effective when the final representation of the masked data is not
a concern. The client honors default masks for all data types. You can set up the
default mask using the prefix
D: and the masking occurs as
follows:| Data type | Default mask |
|---|---|
| Int, Int64, Decimal | 0 (zero) |
| Date, Datetime, Datetime-tz | 01/01/1900 00:00:00.00:00 |
| Character |
|