W
Wonixen
I've already ask the question, but not the proper way as
answer were not what I expected so here it is again:
I want a way to prevent change to a field once it has been
set.
Some kind of trigger that would work that way when the
field is being updated:
OnUpdate(newValue)
if field value null
accept new value
else
reject value
Is it possible to do something like that ?
I want something embedded in the database (like an sql
trigger) so that programming error will not corrupt the DB.
I do not want to rely on UI to prevent change to a column
answer were not what I expected so here it is again:
I want a way to prevent change to a field once it has been
set.
Some kind of trigger that would work that way when the
field is being updated:
OnUpdate(newValue)
if field value null
accept new value
else
reject value
Is it possible to do something like that ?
I want something embedded in the database (like an sql
trigger) so that programming error will not corrupt the DB.
I do not want to rely on UI to prevent change to a column