Progress Triggers

morozco

New Member
Hello... does any boday can explain me how can I insert a trigger into a table for updating another table.. being more specific.. I need to insert values into a event_table once I insert a record into a customer table... I'm not a DBA.. and my DBA (who told me he's an expert) doesn't know how to implement a trigger... so if anybody can help me.. I really appreciate its efforts.


thx a lot for your support.



 
Well,

I think you have to be more specific. Since you post this post in the sql92 forum I suppose you're using SQL to update the table. If this is the case then no 4GL triggers will help you. You'll have to write Java database triggers see KB P27255: http://tinyurl.com/d6kf9

If you're talking about 4GL then I suppose you're dba has to know how to define triggers in the database. Otherwise tell him to take a look in the data dictionary table/properties/triggers....


Regards,

Casper.
 
Back
Top