Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speed in requery()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00113764
Message ID:
00113782
Vues:
20
The best way is to make sure that the view is Rushmore optimizable. For instance, if your view does SELECT * FROM mytable WHERE LastName=?m.Last you should have the base table indexed on LastName. If the WHERE clause has UPPER(LastName)=?m.Last your index should be on UPPER(LastName).

>hi all
>
>im making an aplication in vfp 3.0 an have troubles with parametrized views, the trouble its that its take a lot of time to run
>i wanna ask if are any way to increase the speed of a view or better
>use queryes?
>
>the time take a lot when i use requery("myview")
>thanks in advance.
>A.M.G
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform