Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate()
Message
From
26/06/2002 10:44:19
 
 
To
26/06/2002 10:40:02
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00672466
Message ID:
00672469
Views:
9
>>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?
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform