database trigger

  1. P

    Question Define trigger for all tables

    Hi there! I wanted to ask if there's a way to create a trigger for all tables ("write" for example). I was thinking on using the following code in a persistant procedure: ON WRITE OF Customer DO: END. But I don't want to have to have a block of code for each table. Is there a way to do the...
  2. Anderson Clayton

    Get all values from created table

    Hi folks, i would like to know if its possible to know the assignments values for each attribute in one table when i run a .w file. For example, i run a program that create customer and behind de scenes are created others tables like customer-repres or whatever. i would like to know which...
  3. P

    Answered What is the purpose of a CRC check on database trigger

    Hi All, I know the whole idea by CRC checks, to ensure that if the database has been changed since the code was last compiled that a front end error is generated. But can anyone advise me what the purpose of a CRC check on a database trigger is. This has a checkbox which appears to be...
Top