Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stopping Re-ordering of Index File During Update
Message
From
19/09/2003 10:59:17
 
 
To
19/09/2003 09:52:53
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00830509
Message ID:
00830667
Views:
26
Or using Seek() function instead of Seek command and found(). I don't know which one would be faster, but each should be fast.
DO WHILE SEEK(particularvalue,"bigtable")
  REPLACE numericfield WITH newvalue IN bigtable
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform