Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update SQL performance
Message
 
 
À
18/01/2005 09:52:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00977787
Message ID:
00978079
Vues:
31
>It reduced under 1 second... I guess good ol' traditional ways are faster.
>Thanks again!

Hi Alex,

It depends on what you're doing and what VFP version you're using. In VFP9 you can do
UPDATE bom ;
		SET itemvalue =  TBOMUPDATE.itemvalue, ;
		...
		SET itemcost = TBOMUPDATE.itemcost ;
	FROM bom ;
		JOIN TBOMUPDATE ON bom.bom_pk = TBOMUPDATE.bom_pk 
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform