Dataset Question

  • Thread starter Thread starter Ty
  • Start date Start date
T

Ty

I am using typed datsets in my application to persist user data. The
problem I am coming across is how to map my business entities to the db
structure (about 8 tables with data relations). I could create on typed
dataset to represent the whole structure or break it up. What is the best
approach?

Thanks
 
If you need to manage relations I would go with one DataSet, many
Datatables, many DataRelations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top