Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for accounting system??
Message
 
À
10/08/1999 11:35:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00247908
Message ID:
00252007
Vues:
48
>Times:
> the create sql view 1.36 seconds
> the select view without using nodata 1.2 minutes (passed the where variable)
> the select view using nodata .02 seconds
> indexing the above .06 seconds
> requery() with above 1.5 seconds (passed the where variable)
> multi requery's get faster.
>
>We have not checked tableupdate() yet.
>John

Looks much better!

Sownload the eView app from the files section. That will help you with your tabelupdates which get very hairy in all those dbsetprop()'s.

Another trick is to send a know BAD vp_param to open the view with nodata.
vp_custno = '' will bring back all
vp_custno = ' ' will bring back 0

That is a big difference in instanciating a form, waiting on data or not.

__Stephen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform