Database CRCs and time stamps
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Database CRCs and time stamps
At run time, OpenEdge must ensure that r-code files and the database(s) that they access are compatible. Otherwise, if the schema has changed since the code was compiled, running the code might damage the database. OpenEdge supports the cyclic redundancy check (CRC) validation technique for checking this compatibility. This technique prevents you from running unauthorized or data-incompatible procedures against a particular database environment.