Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Side by side comparison (strings & local data)
Message
From
12/01/2004 23:31:29
Walter Meester
HoogkarspelNetherlands
 
 
To
12/01/2004 09:17:31
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00861648
Message ID:
00866238
Views:
38
Hi kevin,
>>
LPARAMETER nEmpID
>>
>>SELECT Employees
>>SET ORDER TO EmpID
>>
>>DO WHILE SuperiourID <> 0 AND SEEK(SuperiourID)
>>ENDDO
>>RETURN Employees.EmpID
>>
>
>Walter, just checking, something like this?
>
>
=Start()
>FOR x = 1 TO 10000 STEP 10
>	*Get Employee
>	=SEEK(x)
>
>	*Get Boss
>	DO WHILE SuperiorID <> 0 AND SEEK(SuperiorID)
>	ENDDO
>ENDFOR
>=Finish()
>
Yes,so, how would you implement that in .Net. Compare the preformance if the nesting level is more than lets say 100?

How would you implement thisin.net and what is the performance difference.



>
>Kev
>
>< SNIP >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform