Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Whoa Trigger!!!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00416298
Message ID:
00416305
Vues:
26
>We have an update and delete trigger which logs the changes to another DBF on a network with about 200 users. We're getting a lot of "Trigger failed" error messages. I suspect because we've got too many people writing to the log table at the same time.
>
>Anyone else got any thoughts on this? Am I just blowing smoke?
>
>TIA,

How is the log table setup? Does it have buffering enabled? Are you using TABLEUPDATE() to check whether your records were added? If it fails, do you try more than once to update the information?

200 users is well within the "limits" of a VFP multi-user application. You just have to account for the inherent multi-user record contention issues. Maybe they haven't all been addressed.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform