Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referential Integrity Disabling
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00643457
Message ID:
00643657
Views:
9
Thanks for the info.... I was able to figure out what I had to do.

Your code below is essentially what I had to do.

I greatly appreciate the help!!

Tommy


>Hi Tommy,
>
>You can delete triggers like:
>
>
>f xnetwork=.F.
>   DELETE trigger on clint FOR UPDATE
>Endif
>
>
>Run code here. When done you can restore the trigger like:
>
>
>If xnetwork=.F.
>   ri_update="__ri_update_clint()"
>   Create trigger on clint FOR UPDATE AS &ri_update
>Endif
>
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform