Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing a SQL View
Message
From
21/03/2000 09:36:31
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
20/03/2000 15:34:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00348080
Message ID:
00348339
Views:
24
Hi TJ

When you execute an SQL command, VFP uses the indexes and tables to Rushmore optimize the query and return a set of data (a cursor or view). Once you have the set of data, if you did things like ...

select (view or cursor)
locate for

or even another SQL command involving the view or cursor, you'd need indexes for Rushmore optimization on the cursor or view. However, you should not have so many records in your cursor or view that you'd need to optimize such queries.

I hope that clarifies this for you.
Previous
Reply
Map
View

Click here to load this message in the networking platform