Subject How to make a table read-only?
Author russellbelding
I have some look-up tables I'd like to make read-only. One way to do
this is to put before-update, before-insert, before-delete triggers
on
these tables and in the triggers place exceptions. Any suggestions of
other ways to make a table a read-only-table?
Thanks
Russell Belding