Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update conflict in simple prototype
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00871530
Message ID:
00871654
Views:
15
Hi Mike,

I think you meant to say record buffering was set at first in the phrase 'At first I set Buffering to Optimistic table' and this explains why the remote view tried to update the data once you moved off the modified record, this is simply the way remote views work with this type of buffering.

To avoid this behaviour as you have already figured out, you use table buffering instead. Normally you would get update conflict when the data you are trying to save has been already changed by another user and in case of you wanting still to force the updates, you use that paramater (.T.) in the update command.

I would mark the primary key as updatable in the remote view and repeat the test to see if the above mentioned holds true or not, it should.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform