Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimized way to transfer from String to StringBuilder
Message
From
04/02/2014 13:46:22
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01593079
Message ID:
01593176
Views:
28
>Out of curiosity : can you provide an example of the input string ?

An example of an input string is usually a SQL select such as:

SELECT Member.FirstName,Member.LastName,Member.Bann,Member.Register,Member.Blog,Member.Cie,Member.NoProvince,
Province.Title_E AS Province,Country.Title_E AS Country,Member.City,Member.NoCountry,Member.Http,Member.LastAccess
FROM Member (NOLOCK)
LEFT JOIN Province ON Member.NoProvince=Province.Numero
INNER JOIN Country ON Member.NoCountry=Country.Numero
WHERE Member.Numero=@Numero
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform