Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Conflicts -- Real or Imagined...
Message
From
28/07/2004 16:56:21
 
 
To
28/07/2004 11:55:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928743
Message ID:
00928911
Views:
23
Hello Michael.

Yes, I use buffering, Optimistic Record Buffering.

Do yourself a BIG favor and save yourself a lot of hair-pulling - move to table buffering ASAP. The reason is this: anything that you can so with row level buffering you can still accomplish with table buffering but your have total control of when (and if) a record is tableupdated. With row level buffering, VFP attemps an implicit TABLEUPDATE() whenever the record pointer is moved. There are an owful lot of commands and functions that move the record pointer behind the scenes. Therefore, with row buffering you are constantly fighting what VFP is trying to do behind the scenes in a misguided attempt to be nice to you.

Just my $.02
Previous
Reply
Map
View

Click here to load this message in the networking platform