Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Structural .CDX file is not found !!!
Message
 
 
To
22/04/2007 22:29:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01218711
Message ID:
01218803
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
>btw we delete the CDX first and then re create.

That exactly what is causing the error. The correct way is to open table exclusivelly and delete all taggs. It'll delete CDX w/o error
SELECT 0
USE mytable EXCL
DELETE TAGS ALL
...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform