Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting data from a DataBase Table and a Memory DataTa
Message
De
16/12/2007 08:18:46
 
 
À
16/12/2007 06:06:38
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01276146
Message ID:
01276150
Vues:
29
Hi, Joaquim,

Are you using VS2005 or VS2008?

Short answer...prior to VS2008, ADO.NET Select statements can't do the kind of JOIN statements that you're looking for. However, you can simulate a JOIN by using an ADO.NET Relation object and then using Parent/Child object syntax.

In VS2008, you can use LINQ to DataSets, which will allow you to use JOIN syntax.

If you need some actual code syntax, let me know....just want to find out which version of .NET you're using.

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform