cancel
Showing results for 
Search instead for 
Did you mean: 

Constraint Defination

Former Member
0 Kudos

How can I resolve the action rule associated with foreign key constraint?

I can find the constraint in SYSCONSTRAINT, am not sure where to go to determine the ON UPDATE/ON DELETE action

Accepted Solutions (1)

Accepted Solutions (1)

JasonHinsperger
Advisor
Advisor
0 Kudos

The UPDATE/DELETE actions are implemented as triggers on the table and you can view them by looking at the SYSTRIGGER table.

HTH,

--Jason

Answers (0)