Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interbase DB help
Message
General information
Forum:
Politics
Category:
Other
Title:
Interbase DB help
Miscellaneous
Thread ID:
00627162
Message ID:
00627162
Views:
21
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!"
Next
Reply
Map
View

Click here to load this message in the networking platform