CRC-VALUE attribute

The cyclic redundancy check (CRC) value for either an r-code file, or a database table corresponding to a buffer object.

Data type: INTEGER

Access: Read-only

Applies to: Buffer object handle, RCODE-INFO handle

When applied to the RCODE-INFO system handle, the r-code CRC is calculated during compilation and stored in the r-code file using the contents of the source files, including included files.

When applied to the Buffer object handle, the database CRC is calculated using the metaschema _CRC field value from the _File record for the database record corresponding to the buffer object's table (which can be a standard or temp-table).

The CRC for a temp-table is calculated differently than for a standard table. Some differences include:

For more information on CRCs, see OpenEdge Deployment: Managing ABL Applications.