Subject | RE: [firebird-support] Interpreting string as field name... |
---|---|
Author | Alan McDonald |
Post date | 2003-11-07T08:01:58Z |
> There is no way to create run-time references to metadata objectsHelen,
> in PSQL.
> If you want to perform this test in a trigger, you will have to hard-code
> it for each column in your PSQL code. You could, however, create a
> client-side utility routine for yourself, to build a script for creating
> such BEFORE UPDATE triggers for each of your volatile tables.
> Your program
> can query RDB$RELATION_FIELDS to get all of the column names for a table.
>
> heLen
Doesn't IBO do some of this magic for you anyway by only updating changed
fields?
Alan