Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow grid
Message
From
25/02/2000 13:38:56
Bob Smith
Custom Data Services, Inc.
Mansfield, Massachusetts, United States
 
 
To
25/02/2000 13:11:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00337687
Message ID:
00337731
Views:
21
I think Im beginning to understand the problem here but Im not
sure what the solution is

I have an index on villa_id and date in the v_avail table

IF I run this it is slow

select * from v_avail;
where villa_id=villas.idcode ;
and DATE>=thisform.fdate and DATE

Either one if the following runs fast

select * from v_avail;
where villa_id=villas.idcode ;
and DATE>=thisform.fdate

or

select * from v_avail;
where villa_id=villas.idcode ;
and DATE
However it seems to be the AND CLAUSE in the
DATE>=thisform.fdate AND DATEwhich is causing the problem.

Can I set up and index to accomodate this ?
or
Is there another workaround
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform