Database CRC changes that do not prevent r-code execution
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Under certain circumstances, database modifications can change the database CRC value but will not require you to recompile existing r-code. You can run r-code without recompiling if:
- You add new field to a table with a
_Field-rposvalue greater than any other field in the table. In other words, the new field cannot be inserted into an existing_Field-rpossequence. - You make changes to existing fields that do not affect
the values of
_Field-name,_dtype,_Field-rpos,_Extent.
Note: The above exceptions do not apply to DataServer
tables. However, changes in field positions in tables of the DataServer
database do not require recompilation of r-code.