Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : Database Access : Database trigger considerations : Storing triggers in an r-code library
 
Storing triggers in an r-code library
When deploying your application, it is usually a good idea to place trigger procedures in an r-code library. This is usually faster than running the procedures from an operating system directory, even if the procedures are precompiled. However, procedures run from a library must be precompiled. Moreover, because they are precompiled, they are necessarily associated with a logical database name. You can only run them against a database connected with the same logical name.