URGENT-FAIL UPDATE IN TRIGGER [message #78960] |
Mon, 08 April 2002 03:05  |
Stupid
Messages: 8 Registered: November 2001
|
Junior Member |
|
|
Dear all,
I want to update table B whenever insert a record in Table A. So , I try to use a trigger to perform this.
Update table B is a complicate procedure. When I insert record in table A, I call a procedure inside the trigger.
But, I found that when I insert 2 records in the same time, the trigger fail to update table B.
Can anyone tell me why and how to solve this problem??
THANKS A LOT !!
|
|
|
|