Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to protect a dbf from modification and delete ?
Message
From
02/10/2000 20:57:24
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00423844
Message ID:
00423848
Views:
18
>I have an history file that I want to protect. I can only insert in it. No modification and no delete.
>
>Should I use the trigger ? If yes, what do I do ? Just put something linke RETURN .F. ? Will it trigger the on error ?
>
>Thanks
>Eric

This would be RETURN .F. from the the table's update and delete triggers, right?
Sounds good to me.
It won't trigger the on error, but a trigger error will be thrown.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform