Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
09/01/2007 16:20:40
 
 
To
09/01/2007 15:37:56
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183970
Views:
21
details, details. you're killing me with details.
please. one baby step at a time.....

:-)


>
>            string sDispStr = "";
>            foreach (DataRow TRow in DTable.Rows)
>            {
>                sDispStr += TRow[0] + ", " + TRow[1] + " – " + TRow[2] + TRow[11].ToString() + "\n";
>                Console.WriteLine(sDispStr);
>                Console.ReadLine();
>
>            }
>
>
>
>Sam,
>Can you use a StringBuilder here instead? Concatonating to a string in this method causes the runtime to create a new string and abandon the old one.
>
>Not trying to be picky... but I learned this later than I would have preferred.
The American Republic will endure, until politicians realize they can bribe the people with their own money.
- Alexis de Tocqueville

No man’s life, liberty, or property is safe while the legislature is in session.
– Mark Twain (1866)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform