Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL question foxpro 3
Message
From
16/05/2004 05:13:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00904009
Message ID:
00904426
Views:
17

You're right, it works fine with an index. The strange thing is that now without an index it also executes fast. I don´t know what happened before.

Zakaria al Azhar


If Table2 is a table and you have defined a Tag index,
VFP build a structural CDX index.
Everytime you use Table2 VFP open this index automatically.

Try this:
WAIT WINDOW STR(TAGNO('Table2'))
SELECT .....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform