Example: Deploy schema triggers
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The trload.p procedure installs new schema trigger definitions in an existing database. It reads dump files that contain the new data for table and field metaschema trigger records and updates these records with the new trigger procedure names and CRCs.
trload.p
|
Note: As this example shows, you must use the
RECID function
rather than the ROWID function to reference metaschema
table record locations.