SQL Explorer problem

J.Raum

New Member
Hi there,

don't know if it is the right forum.
I have a question about SQL-Explorer:

If I try to define a trigger or a procedure using sqlexp I get an error ( error in compiling the stored procedure. ) from the jdbc driver.

I get this message even If I leave an empty body´. i.e.:

CREATE TRIGGER TR_test BEFORE INSERT ON TEST1 REFERENCING NEWROW
FOR EACH ROW
BEGIN
END

Does it depend on a incorrect configuration of our system, or is it my fault ?!


thanks in advance
 
Top