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
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
Comment