Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To: Running Local Queries
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01053927
Message ID:
01054167
Views:
22
Kevin,

I really don't think it will be possible. I'm trying to do a cartesian join (I think that's what it's called). The one where you list the table multiple times in the FROM clause without a WHERE clause so you can get the various permutations of the rows.

Thanks,
Chad

>Hey, Chad,
>
>While it's true that ADO.NET doesn't offer full-blown SQL statements, there are filtering capabilities that *can* span multiple datatables, if a relation is set between the tables and the tables are part of the same dataset.
>
>You may have to write a few lines of code to do so (or if it's too complex, you may have to do it in the back-end database.
>
>If you're still interested in at least trying this out, can you provide some details on what you're trying to do?
>
>Thanks,
>Kevin
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform