Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select VFP vs SQL Server
Message
De
18/09/2014 09:42:10
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
18/09/2014 09:28:25
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01607580
Message ID:
01607794
Vues:
61
While you're at it... long ago, I measured the if against assignment, and the assignment won... But that was back in VFP 5 or 6, so... can you compare this to your other measurements?
kcString = REPLICATE("a",100)
a=SECONDS()
FOR y = 1 TO 100000
	lcstring = ""
	lcComma=""
	for x = 1 to 10
	  lcString = m.lcString + lcComma+kcString
	  lcComma=", "
	endfor
ENDFOR y
?"create comma each time",SECONDS()-m.a

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform