Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables triggers
Message
From
02/09/2009 08:35:05
 
 
To
02/09/2009 08:23:29
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01422277
Message ID:
01422281
Views:
77
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>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
>
>thanks
>Alessio


Check with this
?dbgetprop(TableName, 'table', 'Inserttrigger')
?dbgetprop(TableName, 'table', 'DeleteTrigger')
?dbgetprop(TableName, 'table', 'UpdateTrigger')
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform