Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter/Gather vs. Buffering?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00220482
Message ID:
00220596
Views:
31
>I was told to use SCATTER and GATHER with an "m.fieldname" in my ControlSource property
>
>vs.
>
>using "mytable.fieldname" with table buffering turned on using a value of "2" for buffering
>
>because that is the preferred usage in a networking environment for sharing of records according to the person I am working with.
>
>I don't believe it. I thought SCATTER and GATHER was old technology compared to table buffering, and I would much rather use table buffering if I dare.
>
>Which way is better? I think they accomplish the same thing, but the latter seems easier to me. Thanks for clarifying.

Buffering is standard way to go and allow to develop good application. However, non-buffering approach is also good and allow to develop too :-). Personally, I do not see necessity to use buffering. Sometimes, I still use SCATTER/GATHER but with NAME clause, i.e. manipulating objects, in this variation they are not old commands anymore.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform