Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting data from a DataBase Table and a Memory DataTa
Message
From
16/12/2007 08:18:46
 
 
To
16/12/2007 06:06:38
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01276146
Message ID:
01276150
Views:
32
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform