Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(1104) - how to use?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
01044131
Message ID:
01044157
Vues:
13
The SYS(1104) clears memory buffers that VFP uses to access and process data. It's recomended to use it after processing large tables. Overusing it will certanly affect your application performance because it takes time to flush buffers and re-read data for open tables.

>I am following a thread on a problem with the SUM command in VFP 7. One note by Microsoft is that this behavior will be less likely to occur if the sys(1104) function is used.
>
>I have not previously used this function and I would like to be fully aware of any potential repurcussions of using this function before implementing. One primary question I have: What memory is cleared? Will this lose memory variables, etc.?
>
>Also I have a procedural question: Would it be good programming practice to add this throughout the application, for instance in the Release method of all forms? Refresh method?
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform