Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro 9 Select very slow
Message
 
To
11/12/2011 13:34:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01530823
Message ID:
01530824
Views:
71
Use SYS(3054,...,...) to check Optimization.


>For some reason this select statement runs very slow.
>this has been going on for about 6-9 months but have not had time to deal with it.
>
>
>There are 200 records in the Foxpro table
>Takes about a minute to run
>
>SELECT * from training ORDER by Description INTO CURSOR alltrain
>SELECT training
>USE
>SELECT AllTrain
>
>_SCREEN.Height=gnMaxHeight
>_SCREEN.Width=gnMaxWidth
>
>GOTO TOP
>REPORT FORM AllTrain.frx PREVIEW
>USE
>
>
>I have a few of these in this small application and the behavior happens in another small app
>This is the query from it.
>
>CLOSE TABLES
>nYear=0
>SELECT 0
>USE invoices ORDER reportdate
>*REINDEX
>Do FORM Years
>PUSH MENU _MSYSMENU
>
>_SCREEN.Height=gnMaxHeight
>_SCREEN.Width=gnMaxWidth
>
>REPORT FORM income.frx FOR YEAR(invoices.Received)=nYear OR EMPTY(invoices.Received) NOCONSOLE PREVIEW
>
>_SCREEN.Height=gnHeight
>_SCREEN.Width=gnWidth
>
>
>nYear=0
>POP MENU _MSYSMENU
>
>SELECT invoices
>USE
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