Recent content by Kevin Tony

  1. Kevin Tony

    Answered What is the significance of "override procedure" when we define a schema trigger.?

    If anyone wants to read regarding the above topic - https://community.progress.com/cfs-file.ashx/__key/communityserver-wikis-components-files/00-00-00-00-15/6562.gsdbe.pdf
  2. Kevin Tony

    Answered What is the significance of "override procedure" when we define a schema trigger.?

    1. Override procedure - let the trigger procedure be overridable by a trigger local to a specific application procedure.
  3. Kevin Tony

    Answered What is the significance of "override procedure" when we define a schema trigger.?

    1. Why we use override procedure while defining a schema trigger. eg:- TABLE-TRIGGER "create" override procedure "CUSTOMER.TRG" CRC "?" 2. Also why we use "area" while creating table or index. Is it mandatory to specify the area. eg:- Area "Data Area" 3. What CRC "?" does ?
Top