Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flush
Message
De
09/11/2007 06:14:33
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
09/11/2007 05:45:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Flush
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01267840
Message ID:
01267890
Vues:
18
>Dear Sir,
>
>May I could not explain what I need?
>I want to get knowledge about FLUSH and FLUSH FORCE commands.
>But I am being taught about UPS.
>I am alredy using UPS.
>
>May FLUSH means UPS?

Dear Tarik,

You should use FLUSH FORCE at the bottom line of your batch savings. If you put flush force like that your application will be so slow:

replace...
replace...
tableupdate()
flush force
replace...
replace
tableupdate()
flush force

you should prefer that one:

replace...
replace...
tableupdate()
replace...
replace
tableupdate()
flush force

I personally don't use flush force because of speed problems in big networks. If your 50 users try flush force same time your server in a big trouble... Maybe you should offer use of flush force at your applications settings section to your users choice.

I advice you use "windows terminal server". If you use that you will see no data will be lost...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform