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:38:12
 
 
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01276146
Message ID:
01276154
Views:
24
Thank you Kevin,

I'm using VS2005. But i'm downloading C# 2008, so if you kindly send me some example of the use of LINQ...

Joaquim

>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