Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flush
Message
From
27/01/1999 07:37:10
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Flush
Miscellaneous
Thread ID:
00180593
Message ID:
00180667
Views:
22
>>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.

Ed,

Thanks. That's just what I wanted to know. VFP help does not make this relationship very clear.

regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Previous
Reply
Map
View

Click here to load this message in the networking platform