with-view-metadata

ADOQuery is bypassing instead of delete trigger

I´m using Delphi 5 with SQL Server 2000 here. I have created an ADOQuery on top of an updatable view with an INSTEAD OF DELETE trigger. The updatable view is basically used for controlling soft deletes. It filters out records which are marked as deleted and it hides the controlling column as well. It all works fine when I´m issuing di...