Re: collection to dataset
- From: "Chad Z. Hower aka Kudzu" <cpub@xxxxxxxxx>
- Date: Fri, 17 Jun 2005 20:48:04 +0300
"NuB" <CSharpCoder> wrote in news:#5HdDQ2cFHA.2180@xxxxxxxxxxxxxxxxxxxx:
> here is the thing, i'm reading a text file and putting the data into a
> collection class. I then want to put all of those items into a dataset
> so i can "manipulate" the data and display it.
You have to parse it, but the URL I showed you shows you how to work with a dataset once you have
parsed each "row"/
> so in essence i'm taking data from a text file - not a DB and need to
> create a dataset then a dataview, etc.
If you read the URL, you will notice that the article does not use a DB either, and thus one reason I
pointed you at it.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
.
- References:
- collection to dataset
- From: NuB
- Re: collection to dataset
- From: Chad Z. Hower aka Kudzu
- Re: collection to dataset
- From: NuB
- collection to dataset
- Prev by Date: Re: Canceling Windows Service Start
- Next by Date: Re: .Net Framework 1.1 Hotfix
- Previous by thread: Re: collection to dataset
- Next by thread: how to calling non-.NET DLL methods at runtime?
- Index(es):
Relevant Pages
|