> Tushar is quite correct about triggers. This is what I use for my sensitive tables. There are a number of advantages to triggers, not the least of which is that your triggers work regardless of how the insert/update/delete is done. If you modify the data using your app, you need not change any of the app code. If you develop another app that uses this same data, you do not have to incorporate any new code. If you access the table using a browse window or even using somebody else's software, the trigger still works. The real advantage to triggers is that you can use them to inforce referential integrity. If you are not familiar with the use of stored procedures and triggers, I recommend that you set aside some time and play with them.>
> Ken
> You shall know the truth - and the truth shall set you free. (John 8:33)
Dear Ken,
Well I am not familiar with stored procedures. Can you please elaborate?
Regards,
Ulhas Amrite