Bloodstein
Member
- Joined
- Jul 1, 2003
- Messages
- 10
Hi,
Im coding in vb.net and am wondering if it is possible to use a dataset containing multiple tables as a data structure. Ive 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.
Ive actually progressed pretty far with using this complex data structure i created. Before diving into datasets, Id like to get some opinion on this. Hows the performance when it comes to sorting/searching the dataset? Whats the learning curve involved with datasets? (Ive never done anything with datasets)
Thanks
Im coding in vb.net and am wondering if it is possible to use a dataset containing multiple tables as a data structure. Ive 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.
Ive actually progressed pretty far with using this complex data structure i created. Before diving into datasets, Id like to get some opinion on this. Hows the performance when it comes to sorting/searching the dataset? Whats the learning curve involved with datasets? (Ive never done anything with datasets)
Thanks