Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Practice
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00680747
Message ID:
00680771
Vues:
35
>What is the best practice in retrieving the data of a table and all related reference tables. For example the table [Products] in northwind database and the related reference tables [Categories] & [Suppliers].
>
>Create one dataset with all three tables?
>Create three datasets?

I would say it depends on what you are going to do with the data and how much of it you have.
If you have a parent detail relationship where there are a lot of child records to each parent I would go with separate datasets and pull new detail with each skip through the parent.
Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform