Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flush
Message
 
À
27/01/1999 04:43:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Flush
Divers
Thread ID:
00180593
Message ID:
00180676
Vues:
28
>>Jim,
>>
>>I am looking for an easy way of committing all buffered table back to the disk. Can I use the old flush command to commit everything at once?
>
>FLUSH will write data already committed to the file but possibly held in local storage; it will not do a TABLEUPDATE() or END TRANACTION to commit data held in buffers. You still have to TABLEUPDATE() on each view/table, and END TRANSACTION on any pending transactions, before FLUSH can force the physical write to take place.

Just a note, FLUSH does not work in a mult-user environment unless the tables are used exclusively. Checkout the MS Knowledge base article ID: Q136579
-TomC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform