Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching for a partial string
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00663531
Message ID:
00663550
Views:
13
I would update it less often. Put a counter inside the scan (let's call it i), because there may be deleted records.
if mod(i,5000)=0  && update every 5000 records
    wait str(i) window nowait
endif
I'd be real curious to know how well Sergey's idea would work...

>Its still extremely slow. I only put the wait window in so I could gauge where i was in the table.
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform