Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the different between UPDATE and REPLACE?
Message
From
08/04/1998 14:12:34
Walter Meester
HoogkarspelNetherlands
 
 
To
07/04/1998 21:45:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00090092
Message ID:
00090534
Views:
23
When you're using optimistic row or table buffering the is no difference between the update and replace command because the values are only written to the table when you close or update the table. No record locks are in affect when you replace or update some records. This is delayed untill you commit your changes (by closing it or a tableupdate command)

NOTE when your using replace to replace some values in an other workarea than the current, be sure the table in the current area is not at the end of the file (EOF()) because the replace would not have an effect
Previous
Reply
Map
View

Click here to load this message in the networking platform