Child Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In ado.net cannot have table as child of more than one parent. Is there a way around this?
 
Why not?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Paul Meehan said:
In ado.net cannot have table as child of more than one parent. Is there a
way around this?
 
Paul:

Miha is right though, you can have the relation. This is a problem with the
designer not with ADO.NET. If you need to do it, you can just create the
dataRelations on your own. I'll forewarn you that w/ Databindings it's not
much fun, but you can still use it for many things. IF you need the visual
tools in the designer, I don't think there's a fix for it.

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_personal_media_center_pg1.asp
Paul Meehan said:
Refer to the following URL:
http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
We are actually using Visual Studio to process XML data and it gives the
above error, which says that it is a limitation of ADO.NET in dealing with
a table which is child of more than one parent.
 
Back
Top