Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datarelation question
Message
From
06/07/2003 14:44:08
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
04/07/2003 15:25:32
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00807066
Message ID:
00807269
Views:
17
>Hello,
>
>I have 3 tables
>
>Tables
>Chairs
>TableToChair_Relationship
>
>
>I am working with these tables seperately. I have found
>that by using a dataview, I can filter the datatable.
>This is great... what I need to do now is to
>relate Tables to TableToChair_Relationship to Chairs using
>a datarelation.
>
>Questions:
>(1)Can I relate 3 tables using the datarelation?
>(2)How do I use dvNew.RowFilter to only return all chairs
>that can be available for a given table.
>(3)I currenly set the dataview to a datatable.
>dvNew.Table = dsTest.Tables[0];
>
>Should I set the dataview.Table to the datarelation?
>
>Please help..
>Thank You,
>
>Alvin

Alvin,

You will have to use a DataSet to define relationships. The DataView class does not support relationships.
Previous
Reply
Map
View

Click here to load this message in the networking platform