Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 3/12/2008
For: Version 1.08 Build 1
# 2564 After Update Triggers Not Working When Limited to Specific Updated Columns

I created a small "Hello World" dll and a Stored Procedure that calls a dll. That works fine and is tested by executing the SP.

Now I created a trigger like the following.

The Column Name in the table Patienten should be handled on any changes. Unfortunately there doesn't happen anything when changing the value of Name.

EXECUTE IMMEDIATE
'CREATE TRIGGER "PatientenUpdate" AFTER UPDATE OF "Name" ON "Patienten"
BEGIN
CALL ExecuteMyDLL;
END';



Resolution Resolution
Fixed Problem on 3/13/2008 in version 1.09 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image