Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interbase DB help
Message
Information générale
Forum:
Politics
Catégorie:
Autre
Titre:
Interbase DB help
Divers
Thread ID:
00627162
Message ID:
00627162
Vues:
22
Hi

Maybe UT could create a new forum: "Other Databases" :)

I am having some trouble creating a trigger on Interbase.....

Here is the code

************************************
create trigger colTeste For mt_input
after update as
begin

update mt_output
set mtev_eve = new.mtev_eve,
seq = new.seq,
data = new.data,
hora = new.hora,
dado = new.dado
where mtpo_uni = new.mtpo_uni and
mtpo_cpu = new.mtpo_cpu and
mtpo_porta = new.mtpo_porta;

commit

end;
**************************************

The error might be something very stupid, but I can't find out what it is (know nothing about Interbase).

TIA

Alonso
Like Frank said: "I did it... MY WAY!"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform