Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate()
Message
De
26/06/2002 10:44:19
 
 
À
26/06/2002 10:40:02
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00672466
Message ID:
00672469
Vues:
8
>>What kind of error Tableupdate(.T., .T.) could generate and why?
>>
>>Thanks, Mark
>
>TableUpdate() can fail for several reasons; the most relevant are:
>
>
  • Another user made changes while the current user was editing (not applicable with the syntax you provided).
    >
  • Field rule or table rule is violated.
    >
  • Trigger is violated. This includes RI.
    >
  • Index uniqueness is violated.
    >
    >Use aerror() to get the number and message for the actual error.
    >
    >HTH, Hilmar.

    Actual error message is "Record is in use by another user". So my question is what does that mean exactly. Has Tableupdate() encountered a record that has been modified by another user on the network? or that record is just locked by another user?
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform