Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Client/server update conflict
Message
De
19/03/2001 10:58:56
Peter de Moel
Omnisys Automatisering
Hoevelaken, Pays-Bas
 
 
Information générale
Forum:
Oracle
Catégorie:
Déclencheurs, séquences et procédures stockées
Divers
Thread ID:
00484048
Message ID:
00486485
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform