Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client/server update conflict
Message
From
19/03/2001 10:58:56
Peter de Moel
Omnisys Automatisering
Hoevelaken, Netherlands
 
General information
Forum:
Oracle
Category:
Triggers, Sequences and Stored Procedures
Miscellaneous
Thread ID:
00484048
Message ID:
00486485
Views:
13
My trigger is as follows:
> CREATE OR REPLACE TRIGGER VFP
> BEFORE INSERT OR UPDATE OR DELETE ON FILE
> FOR EACH ROW
> BEGIN
> :new.code := rtrim(:new.code);
> :new.desc := rtrim(:new.desc);
> END;
>
Insert works OK
Delete and Update fail
Why?
Any suggestions for modification of this code?

Peter
Previous
Reply
Map
View

Click here to load this message in the networking platform