Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEX ON or REINDEX ?
Message
From
07/05/2003 11:52:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
INDEX ON or REINDEX ?
Miscellaneous
Thread ID:
00785860
Message ID:
00785860
Views:
54
Hi

These commands

CREATE CURSOR tab1 (a I)
INDEX ON a TAG ix_a
INDEX ON a TAG ix_a
DELETE TAG ix_a

are equal with these ?

CREATE CURSOR tab1 (a I)
INDEX ON a TAG ix_a
REINDEX
DELETE TAG ix_a

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform