Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How much time to select records
Message
From
31/07/2009 14:16:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How much time to select records
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01415701
Message ID:
01415701
Views:
98
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"
Next
Reply
Map
View

Click here to load this message in the networking platform