Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scatter & Gather
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00678859
Message ID:
00680525
Vues:
18
Yes, you could, but why? The whole purpose of scatter/gather was to buffer the data.


>You're assuming he's not using buffering.
>
>You could code:
>
>
>USE MyTable
>CURSORSETPROP("Buffering", 4)
>
>SCATTER MEMVAR MEMO BLANK
>
>m.Field1 = "Some Value"
>m.Field2 = "Some Value"
>m.Field3 = "Some Value"
>
>GATHER MEMVAR MEMO
>
>=TABLEUPDATE()
>
>
>Seems to me "Buffering" and "Scatter/Gather" are 2 separate issues
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform