Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data from two tables(1-to-1) into one grid
Message
De
25/02/2004 04:58:05
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Data from two tables(1-to-1) into one grid
Divers
Thread ID:
00880610
Message ID:
00880610
Vues:
63
How do we get data from more than one table into a grid, if the tables are 1-to-1?

A simplified example.
A Company table has : key | name
An Address table has : key | address

And we want a grid with : name | address

As far as I know the grid cannot databind to more than one dataset like, column1 = companyDataset.name, Column2 = addressDataset.address.
The query could of course select both name and address, but then saving the data gets difficult.
Any help or recommendations appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform