Hi,
I have ceated a basic update notifiaction (no when clause), however when I try to enable it I get:
[ART.116.3038] Adapter Runtime (Notification): Error in Notification Callback:enableCallback notification SMB002_Hr.DB:updateNewEmployee.
[ADA.1.316] Cannot execute the SQL statement “CREATE TRIGGER WMTba4mnmh ON dbo.t_Kand_Alg for update as if begin INSERT INTO e_Select.WMBba4mnmh (KAND_ID) SELECT inserted.KAND_ID FROM inserted end”. "
(HY000/156) [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Incorrect syntax near the keyword ‘begin’."
[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Incorrect syntax near the keyword ‘begin’.
Seems as if the generated script for the tigger is malformed.
Does anyone knows what is happening ?