Try OpenEdge Now
skip to main content
Managing ABL Applications
R-code Features and Functions : R-code CRCs and procedure integrity : RCODE-INFO handle
 

RCODE-INFO handle

The RCODE-INFO system handle lets you read the r-code CRC from an r-code file. You can use this value to:
*Build a procedure security table, and then to verify the integrity of your application r-code against it
*Automatically install database schema trigger definitions in a deployment procedure that you run in a secure context
*Determine if you need to recompile procedure files after a database change
*Determine if procedure files have changed between different versions of your application
* Getting the r-code CRC
* Example: Verifying application r-code integrity
* Example: Deploying schema triggers
* Example: Determining which files are affected by a database change
* Example: Determining which files differ between application versions