Subject Modifying Triggers In Delphi
Author

This may seem like a very naive question, but is it possible to edit the SQL of a trigger from within a programming language (Delphi, in my case).


I use IBX components (I know this is not supported, but it seems to work fine!), and I want to periodically update the date condition on one of the triggers, but cannot work out how to do it / if it is possible.