Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Theory of lost data
Message
 
To
17/08/1999 13:11:01
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00254303
Message ID:
00254595
Views:
28
>>I've thought about trying FLUSH, but there's no documentation as to whether this will have any effect, as Jim noted. Might be worth a try, though it may be extremely difficult to test, if you think about it :) Another idea that would work, I'm certain, is a table close, if it can be done without interrupting the interface, but that may be a problem...
>
>One thing to try is to open the table Again (in a different session, maybe), replace, update, replace back (maybe just toggle one logical somewhere) and close it in this other alias. That should refresh its disk image, right?

That's an idea. Right after a Tableupdate, maybe just code something like this could send a server update:


=CURSORSETPROP('Buffering',1,'real_one')
USE real_one AGAIN IN 0 ALIAS temp EXCL
REPLACE field1 with field1 IN temp
USE IN temp
=CURSORSETPROP('Buffering',5,'real_one')
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform