Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reverse comma-delimited string
Message
From
05/09/2019 14:30:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/09/2019 01:48:03
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01670542
Message ID:
01670611
Views:
59
>>VFP always have been slow in string operations, I started creating such FLL solutions for myself many years ago. Maybe you can do fast using sys(2600). Normally strings are immutable, and s = s + ... operation is quite inefficient creating a new string each time. With 400-500 elements the problem is negligible.
>>
>>Yes you could do the same in SQL Server with CLR (and actually I did, for a real world app, that was otherwise getting ages to complete and was timing out with something like more than 10K elements - CLR version OTOH completed in something like 20 ms).
>>
>
>If only those pesky DB administrators at our clients would allow CLR to be used. This is the main reason we have not gone this route. I have a specific need to write my own aggregators, but I still have to work around them.
>
>Walter

That is not a problem when the DBA is you :)
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform