Home All Groups Group Topic Archive Search About
Author
30 Jun 2005 5:00 AM
cb99999
I am new to vb.net and not new to db's..

I have form to accept data for collection from class.

so the data is in the collection.

i will be creating more classes and collections for soon.

all of these will need to relate later.

I do not want to waste any time here and just want to know what would be the
best way to store and retrieve my data is.

I have been looking at datasets, but seem most commonly used with db's.

what will be the best to use when storing data in collection, relating to
other collections, manipulating, and displaying later...??

thanks

Author
29 Jun 2005 6:47 AM
Cor Ligthert
CB.

>I am new to vb.net and not new to db's..
>
My advice is to start at the begin. When I read your message I have the idea
that you are already at the end.

Just my thought,

Cor
Author
30 Jun 2005 1:14 AM
cb99999
Ligthert, i am better than you, thanks...
Show quoteHide quote
"Cor Ligthert" <notmyfirstn***@planet.nl> wrote in message
news:%2364RDaHfFHA.3940@TK2MSFTNGP14.phx.gbl...
> CB.
>
>>I am new to vb.net and not new to db's..
>>
> My advice is to start at the begin. When I read your message I have the
> idea that you are already at the end.
>
> Just my thought,
>
> Cor
>
Author
29 Jun 2005 3:18 PM
Kerry Moorman
cb99999,

I am not sure what you are asking, but one way to persist your collection is
to use serialization.

Kerry Moorman


Show quoteHide quote
"cb99999" wrote:

> I am new to vb.net and not new to db's..
>
> I have form to accept data for collection from class.
>
> so the data is in the collection.
>
> i will be creating more classes and collections for soon.
>
> all of these will need to relate later.
>
> I do not want to waste any time here and just want to know what would be the
> best way to store and retrieve my data is.
>
> I have been looking at datasets, but seem most commonly used with db's.
>
> what will be the best to use when storing data in collection, relating to
> other collections, manipulating, and displaying later...??
>
> thanks
>
>
>
>
Author
30 Jun 2005 12:46 AM
cb99999
Thank you Kerry
Show quoteHide quote
"Kerry Moorman" <KerryMoor***@discussions.microsoft.com> wrote in message
news:B6701961-7777-4459-86D2-B2CDAB26CF77@microsoft.com...
> cb99999,
>
> I am not sure what you are asking, but one way to persist your collection
> is
> to use serialization.
>
> Kerry Moorman
>
>
> "cb99999" wrote:
>
>> I am new to vb.net and not new to db's..
>>
>> I have form to accept data for collection from class.
>>
>> so the data is in the collection.
>>
>> i will be creating more classes and collections for soon.
>>
>> all of these will need to relate later.
>>
>> I do not want to waste any time here and just want to know what would be
>> the
>> best way to store and retrieve my data is.
>>
>> I have been looking at datasets, but seem most commonly used with db's.
>>
>> what will be the best to use when storing data in collection, relating to
>> other collections, manipulating, and displaying later...??
>>
>> thanks
>>
>>
>>
>>