Kbase P4427: Is it possible to add a field in a database without getting CRC changes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
Is it possible to disable the CRC check?
GOAL:
If I add a field to a table, will I get CRC errors?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.X
FIX:
It is not possible to disable CRC checking.
The Cyclic Redundancy Check (CRC) is a way to ensure integrity between the database schema and compiled code. This is how we can tell that the database schema has changed and indicate that a new compilation is required.
CRC error will occur when CRC is changed such as when a field is added to a table.