Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tables triggers
Message
 
 
À
02/09/2009 08:23:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Divers
Thread ID:
01422277
Message ID:
01422278
Vues:
107
This message has been marked as the solution to the initial question of the thread.
You can use DBGETPROP() function
DBGETPROP("Mytable", "TABLE", "DeleteTrigger")
DBGETPROP("Mytable", "TABLE", "InsertTrigger")
DBGETPROP("Mytable", "TABLE", "UpdateTrigger")
>Is there a way to check programmatically if a table has one or more triggers ? I mean some function like Afield() or adbObject ecc.
>
>I need to impose a trigger if it is not present in the database tables so I need to check if they exist or not
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform