Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Urgent- Index does not match table error
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00442900
Message ID:
00442908
Views:
19
>>Any bright ideas?
>
>I'd try COPY STRU EXTENDED, CREATE TABLE FROM, then APPEND FROM the busted table, and reindex. I would avoid just doing a straight COPY STRU, because I have seen corruption carry over to the new table using this method.

Also when you have a new structure you may try to do the data copy through the text file instead of straight APPEND FROM badtable.

copy to mydatafile delimited

use mynewdbf
append from mydatafile delimited
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform