Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Theory of lost data
Message
 
À
17/08/1999 13:11:01
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00254303
Message ID:
00254595
Vues:
29
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform