Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore optimization
Message
 
To
23/02/2005 16:29:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989848
Message ID:
00989853
Views:
31
This Gives me Full Oprimization:
CREATE CURSOR MyTable (Status C(1))
FOR ASd = 32 TO 255
    INSERT INTO MyTable VALUES (CHR(asd))
NEXT
INDEX ON Status TAG MyTable

SYS(3054,11,"tte")
SELECT* ;
FROM mytable ;
WHERE mytable.status = 'A' OR ;
    mytable.status = 'F' OR ;
    mytable.status = 'T' OR ;
    mytable.status = 'H' OR ;
    mytable.status = 'E' OR ;
    mytable.status = 'W' 
MESSAGEBOX(tte)
SYS(3054,0)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform