Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query , Faster, How ?
Message
From
29/01/2001 11:38:24
 
 
To
29/01/2001 04:32:25
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00469604
Message ID:
00469754
Views:
8
Hi Agnes,

To try and give you a head start with this:

If you have a Select statement...

Select * from table1 where firstname = 'Agnes'

To make this statement use Rushmore (ie faster)
open up table1
go into the indexes tab and have a look to see if there is an index on firstname
if not then add one

Statements to look for in the select statements
JOIN ON
WHERE
HAVING
maybe others but my VFP has crashed so these are from memory...

Hope This Helps

Will
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform