Bloodstein
Newcomer
- Joined
- Jul 1, 2003
- Messages
- 10
Hi,
I'm coding in vb.net and am wondering if it is possible to use a dataset containing multiple tables as a data structure. I've got a really complicated data structure (basically a tree) that could very easily be represented with tables and relationshipts (entity-relationship diagram) in a relational database sort of structure.
I've actually progressed pretty far with using this complex data structure i created. Before diving into datasets, I'd like to get some opinion on this. Hows the performance when it comes to sorting/searching the dataset? What's the learning curve involved with datasets? (I've never done anything with datasets)
Thanks
I'm coding in vb.net and am wondering if it is possible to use a dataset containing multiple tables as a data structure. I've got a really complicated data structure (basically a tree) that could very easily be represented with tables and relationshipts (entity-relationship diagram) in a relational database sort of structure.
I've actually progressed pretty far with using this complex data structure i created. Before diving into datasets, I'd like to get some opinion on this. Hows the performance when it comes to sorting/searching the dataset? What's the learning curve involved with datasets? (I've never done anything with datasets)
Thanks