Forum: C# Sep 8th, 2004 |
| Replies: 12 Views: 40,907 how could u turna string straight to a dataaset |
Forum: C# Jun 22nd, 2004 |
| Replies: 12 Views: 40,907 Can you convert directly from a cvs file to a datatable?
I imported the cvs, into a string builder, then from that I manually converted it to a datatable by splitting it at the commans and end of... |
Forum: C# Jun 18th, 2004 |
| Replies: 12 Views: 40,907 From my experience, if you are manipulating very large strings, such as imported from a 2MB text file you have to use StringBuilder.
To give you an example, to import a csv file of 30,000 records,... |