Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete Tag problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Delete Tag problem
Miscellaneous
Thread ID:
00183249
Message ID:
00183249
Views:
49
Hi all,
I have a temporary index to a table in one process. And when it is not useful I delete it.
But... Taking a look to the directory, I can see that the .CDX size is very large.
My code is:

Use mytable Exclusive
INDEX ON myfield FOR mycondition TAG aux
...
... && my process here
...
SELECT mytable
DELETE TAG aux

Any suggestion ??? Thanks in advance!

Note: My table have 20 records and the size is 2K. The CDX file have a size of 9400K -- IMPOSIBLE!!!!!!! If I do a DELETE TAG ALL command the .CDX go to 0.3K
Lic. Esteban Bruno
Gerente de Sistemas
TASSO S.R.L.
Next
Reply
Map
View

Click here to load this message in the networking platform