Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table vs Row Buffering
Message
 
To
18/11/1998 19:40:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00159067
Message ID:
00159323
Views:
19
Hi John,

I *always* use optimistic table buffering. I do this because of the reason David stated, that if the record pointer moves during row buffering an implicit tableupdate() is issued. I then use TABLEUPDATE(0) to update only one record (the current record) and TABLEUPDATE(1) to update all modified records.

>What general rules/situations does one have to consider before selecting Row Buffering vs Table Buffering. Are there any guidelines for picking Row Buffering vs Table Buffering?
>
>Thanks
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Previous
Reply
Map
View

Click here to load this message in the networking platform