Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How much time to select records
Message
From
31/07/2009 14:20:59
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01415701
Message ID:
01415704
Views:
42
>I have query which selecting the records from table(8 mb) more than 40000.
>Its take 0.80 second
>I have a 1.4 sony vio laptp.
>I am feeling Its take time long. or it is well.
>Can any one tell me . how i can decrease time.
>
>
> thisform.container6.searche.RecordSourceType=4
>   
>     thisform.container6.searche.RecordSource = "select word,ur from dict "+;
>                " where UPPER(word) = Upper(Trim(thisform.container6.texte.Value))"+;
>                " order by word into cursor SYS(2015) nofilter"
>
Do you have an index on UPPER(word)?
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform