Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attempting to lock
Message
From
17/01/2008 10:43:23
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01282563
Message ID:
01282588
Views:
19
Buffering = 4 (pessimistic) means that VFP will try to lock the record as soon as it's updated. That means that nobody will be able to modify this record until the user save the modification. If you don't want this behaviour, change the buffering to 3 or 5 (optimistic). You will have to deal with collisions on the updates however.

>I have forms which cursors have buffering = 4 and
>some of them have buffering = 1
>
>Does this problem happen only with buffering = 1,
>or also happen with buffering = 4 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform