Subject | Creating trigger crash server |
---|---|
Author | Valdir Stiebe Junior |
Post date | 2003-07-25T14:22:54Z |
Hi,
i'm trying to create a trigger for a view. But when i try to execute the script,
i got the message Unsuccessful execution caused by system error that does not
preclude successful execution of subsequent statements. connection lost to
database.
The only thing 'different' is that the trigger call an execute procedure
statement to do the work. like this
create trigger...
begin
execute procedure myproc(params);
end
Someone already had this problem?
TIA
Valdir.
i'm trying to create a trigger for a view. But when i try to execute the script,
i got the message Unsuccessful execution caused by system error that does not
preclude successful execution of subsequent statements. connection lost to
database.
The only thing 'different' is that the trigger call an execute procedure
statement to do the work. like this
create trigger...
begin
execute procedure myproc(params);
end
Someone already had this problem?
TIA
Valdir.