Subject Locking a field (column) from further update
Author salisburyproject
Hi all,

Can I somehow lock a column, so a value cannot be further modified by
any mean (API, ODBC, etc.). E.g. - add the value at row insertion and
never allow further update.

May be an event can do so? Like.. call a SP that reads the data
before update and then save the data back after update?

Or is there an easier way?

Thanks a lot!