Default mask
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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 |
|