Re: collection to dataset
- From: "NuB" <CSharpCoder>
- Date: Fri, 17 Jun 2005 13:43:02 -0400
I don't think that will work.
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.
so in essence i'm taking data from a text file - not a DB and need to create
a dataset then a dataview, etc.
"Chad Z. Hower aka Kudzu" <cpub@xxxxxxxxx> wrote in message
news:Xns9678CB4D3AAE1cpubhowerorg@xxxxxxxxxxxx
> "NuB" <CSharpCoder> wrote in news:uH$yV01cFHA.3040@xxxxxxxxxxxxxxxxxxxx:
>> I have a collection of data, that i'm looping thru and reading and
>> populating a file. Can i make that collection into a dataset so i can
>> then create a dataview, or dataTable to then sort, etc, thru it.
>
> Yes, just load the dataset. This isnt 100% what you want, but it should
> give you some starting points:
> http://tinyurl.com/97nzb
>
>
> --
> Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
> "Programming is an art form that fights back"
>
> Develop ASP.NET applications easier and in less time:
> http://www.atozed.com/IntraWeb/
.
- Follow-Ups:
- Re: collection to dataset
- From: Chad Z. Hower aka Kudzu
- Re: collection to dataset
- References:
- collection to dataset
- From: NuB
- Re: collection to dataset
- From: Chad Z. Hower aka Kudzu
- collection to dataset
- Prev by Date: serial interface
- Next by Date: Re: P/Invoke MFC member
- Previous by thread: Re: collection to dataset
- Next by thread: Re: collection to dataset
- Index(es):
Relevant Pages
|