Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select VFP vs SQL Server
Message
From
18/09/2014 09:42:10
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
18/09/2014 09:28:25
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01607580
Message ID:
01607794
Views:
59
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform