Subject | Re: [firebird-support] Disable trigers |
---|---|
Author | Ivan Prenosil |
Post date | 2004-01-15T11:04:56Z |
> I need to dissable a trigger fired on insertion during a storedAnother method is to create view on table, and create trigger
> procedure, but not lucky doing it.
for that view instead of directly for table.
If you want trigger to fire - use view,
if you do not want trigger - use the table directly.
Ivan
http://www.volny.cz/iprenosil/interbase/