Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wipe out all triggers in dbc
Message
 
 
To
07/05/2012 13:18:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01543257
Message ID:
01543260
Views:
47
>did not find it in alter table but this seems to work:
>
>	DELETE TRIGGER ON (x1) FOR DELETE 
>	DELETE TRIGGER ON (x1) FOR INSERT
>	DELETE TRIGGER ON (x1) FOR UPDATE
>
>
>Thanks
>
>Peter
>
You're right, I was thinking VFP has a syntax similar to SQL Server. Although it is still just DROP TRIGGER command, not ALTER TABLE.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform