Subject | Modifying Triggers In Delphi |
---|---|
Author | |
Post date | 2019-03-21T11:32Z |
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.