• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Datasets as datastructures?

Bloodstein

Senior member
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
 
Back
Top