|
Subject:
|
INNERJOINs
|
|
Posted By:
|
stu9820
|
Post Date:
|
1/30/2004 3:05:40 PM
|
Do we still use INNERJOINs or is there another and better way in ADO.NET?
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/30/2004 3:10:32 PM
|
JOINS are a construct of SQL. You may very well still need to use them in SQL calls.
|
|
Reply By:
|
stu9820
|
Reply Date:
|
1/30/2004 3:12:45 PM
|
Let me refraise the question to what I really meant. Does ADO.NET offer a better way?
|
|
Reply By:
|
bmains
|
Reply Date:
|
1/30/2004 3:30:07 PM
|
You can design data relationships in ADO.NET's data set object between tables. Keep in mind with data sets that the more tables you have, the worse the memory performance will be.
|