[firebird-support] Modifying Triggers In Delphi

2019-03-22 Thread j...@acousticdesign.co.uk [firebird-support]
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

Re: [firebird-support] Modifying Triggers In Delphi

2019-03-22 Thread j...@acousticdesign.co.uk [firebird-support]
Stefan Thanks very much! Such a simple solution and I did not think of it! I will store my date(s) in a table as you suggest. Thanks, Andrew

Re: [firebird-support] Modifying Triggers In Delphi

2019-03-21 Thread Stefan Heymann li...@stefanheymann.de [firebird-support]
> 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 >