Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referential Integrity Disabling
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00643457
Message ID:
00643657
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform