Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Triggers, Fire IF
Message
From
24/11/1996 12:11:14
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00013288
Message ID:
00013316
Views:
28
>In SQL Server an Update Trigger can test if columns have been updated and fire only if any of these columns have been updated.
>
>I've got a table which needs to fire such a trigger for several fields. However there may be other columns which frequently get updated.
>
>Does VFP support the IF UPDATE {column} syntax?
>
>If not am I better off running a table update trigger or using the sp in the rules for those columns which would fire the trigger?

you can do this tests in the code of the update trigger and just do nothing if the specific columns hasn't been changed

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform