Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flush
Message
From
09/11/2007 06:14:33
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
09/11/2007 05:45:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Flush
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01267840
Message ID:
01267890
Views:
17
>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...
Previous
Reply
Map
View

Click here to load this message in the networking platform